L
lsytwo
Unregistered / Unconfirmed
GUEST, unregistred user!
各路朋友,看看我下面的语句哪里出错,系统问题提示"类型不匹配"?
select *
from t1
where t1.pr_date<'2002-05-03'
其中t1.pr_date为date类型的字段
select *
from t1
where t1.pr_date<'2002-05-03'
其中t1.pr_date为date类型的字段