老
老Q
Unregistered / Unconfirmed
GUEST, unregistred user!
1.日期合并:
year=trim(Request.Form("comboboxYear"))
month=trim(Request.Form("comboboxMonth"))
现要将year,month,1日,如2002,05,01合并成一个日期型变量,如何做?
我查了资料是:datebegin
=dateserial(year,month,1),可是调试程序总有错误?
应如何做?
2.日期拆成 year , month,day,如何做?
2.如何构造 SQL 语句:
使用 access 数据库:
sql1="select sum(salary) from rensi where sex='男' and riqi>='datebegin
' and riqi<='dateEnd' "
总是显示错误,sql该如何写?
year=trim(Request.Form("comboboxYear"))
month=trim(Request.Form("comboboxMonth"))
现要将year,month,1日,如2002,05,01合并成一个日期型变量,如何做?
我查了资料是:datebegin
=dateserial(year,month,1),可是调试程序总有错误?
应如何做?
2.日期拆成 year , month,day,如何做?
2.如何构造 SQL 语句:
使用 access 数据库:
sql1="select sum(salary) from rensi where sex='男' and riqi>='datebegin
' and riqi<='dateEnd' "
总是显示错误,sql该如何写?