求助sql语句
<%
set rs=server.createobject("adodb.recordset")
sql="select * from hys where hys='一会'"
rs.open sql,db,1,1
%>
<tr class="hy">
<td >一会</td>
<td width="30" align="right" class="pt9">
<%rs.open "select * from hys where startime='8'" ,conn,1,1%> (报错)
<% if not rs.eof then%>
<a href="yd.asp>预订</a>
<%else%>
<a href="yd1.asp>已订</a>
<%end if%>
</td>
</tr>
我要让开始时间startime=8,sql语句应该在哪加