单项选择题
要查询user_name为“tutu”且是2003年1月日前注册的用户,请问用哪条语句()
- A、Select*formusersWhereuser_name=tutuAndsubmit_data<#2003-1-1#
B、Select*formusersWhereuser_name="tutu"Andsubmit_data<2003-1-1
C、Select*formusersWhereuser_name="tutu"Andsubmit_data<#2003-1-1#
D、Select*formusersWhereuser_name="tutu"Orsubmit_data<#2003-1-1#
点击查看答案&解析
相关考题
-
单项选择题
如果使用Response.Redirect重定向,其他条件和第1题一样,请问C等于多少秒()
A、60
B、90
C、300
D、以上都不对 -
单项选择题
如果示例6-3.asp中添加ScriptTimeOut=300,如果在6-3.asp中添加c=Server.ScriptTimeOut,c等于多少秒()
A、60
B、90
C、300
D、以上都不对 -
单项选择题
如果设置ScriptTimeOut为60秒,请问实际的脚本最长执行时间为多少秒()
A、30
B、60
C、90
D、300
