在Where选择的时候,让一个字段等于一个字符串,该怎么写?
比如
sql="select * from data where users=一个特定的字符串"
參考答案:你说的是不是模糊查询啊
sql="select * from data where users='"+trim(textbox.text)+"'"
在Where选择的时候,让一个字段等于一个字符串,该怎么写?
比如
sql="select * from data where users=一个特定的字符串"
參考答案:你说的是不是模糊查询啊
sql="select * from data where users='"+trim(textbox.text)+"'"