摘要:
Access: sql=select * from table where pubtime between #2008-1-5# and #2008-5-18# Mssql: sql=select * from table where pubtime between '2008-1-5' and '2008-5-18' 阅读全文
摘要:
第一题:用程序实现以下效果: @ @@ @@@ @@@@ @@@@@ @@@@@@ @@@@@@@ @@@@@@@@ @@@@@@@@@ @@@@@@@@@@ 答案: dim i,k for i = 1 to 10 for k = 1 to i response.write "@" next response.write("") next 第二题:用程序实现以下... 阅读全文