J
jadeking
Unregistered / Unconfirmed
GUEST, unregistred user!
在SQL语句中,假设某字段是整数型(integer),若要判断此字段=某个值,如果这个值是个变量的话,在SQL语句中该怎么写?
即在query1.sql.add('');中怎么写?
在Sql explorer 中这样写即可:select * from xxx where year=1977
但用到变量时,该怎么办?
即在query1.sql.add('');中怎么写?
在Sql explorer 中这样写即可:select * from xxx where year=1977
但用到变量时,该怎么办?