單項選擇題要查詢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#
您可能感興趣的試卷
你可能感興趣的試題
1.單項選擇題如果使用Response.Redirect重定向,其他條件和第1題一樣,請問C等于多少秒()
A、60
B、90
C、300
D、以上都不對
2.單項選擇題如果示例6-3.asp中添加ScriptTimeOut=300,如果在6-3.asp中添加c=Server.ScriptTimeOut,c等于多少秒()
A、60
B、90
C、300
D、以上都不對