大家好,我想请问一个关于SQL时间比较的问题.
我想用一个表中的时间和另一个表中的时间比较
Dim date_time
date_time=rs("news_date") ----第一个表时间
Response.Write "<table width=""758"" border=""0"" align=""center"" cellspacing=""0"" cellpadding=""0"" class=""table-shangxia""><tr><td height=""23"" class=""a1""> 相关考勤</td></tr></table>" & vbCrLf
Response.Write "<table width=""97%"" align=""center"" bgcolor=""#FCFCFC"">" & vbCrLf
Response.Write "<tr><td background=""img/bg.gif"" style=""LINE-HEIGHT: 210%"">"
sql="select top 1 * from art where art_date > date_time and art_title like '%人数汇总%' order by art_date DESC"
看看我的有什么错误,谢谢了