日期型变量rq已经被赋值,要在数据表users中查询在rq表示的日期值之后注册的用户,下面SQL语句正确的是()。
A:str=<"Select * From users Where reg_date># rq #
B:str=<"Select * From users Where reg_date>#" & rq & "#"
C:str=<"Select * From users Where reg_date>" & "#" & rq & "#"
D:str=<"Select * From users Where reg_date>" & # rq #
出自:国家开放大学《动态网页制作》