多表查询
<!--#include file="conn.inc"-->
<%
sql="SELECT * FROM htb,jfb where htb.ID='520'and jfb.htid='520' "
'sql="select * from sj where yue="&numyue&" and ri ="&numri
Set rs= Server.CreateObject("ADODB.Recordset")
rs.open sql,conn,1,1
do while not rs.eof
%><%response.Write rs("jb0")&rs("nd")&rs("sxbk")&"<br><br>"%> <%rs.movenext
loop
rs.close%>
有什么错误