X
x_h_2
Unregistered / Unconfirmed
GUEST, unregistred user!
在ORACLE中
SELECT DECODE(decode(t1,1,'是',2,'否','不确定)) from Table1;
在ACCESS中
SELECT IF(t1,1,'是',2,'否','不确定)) from Table1;
报无if 函数,为什么?
SELECT DECODE(decode(t1,1,'是',2,'否','不确定)) from Table1;
在ACCESS中
SELECT IF(t1,1,'是',2,'否','不确定)) from Table1;
报无if 函数,为什么?