【发布时间】:2015-12-22 03:21:19
【问题描述】:
sql = "select * from studentlist where firstname like '%" & Transaction.SEARCHSTUDENT.Text & "%' or studentnum like '%" & Transaction.SEARCHSTUDENT.Text & "%' exists(select * from studentlist where status = 'Vacant')"
请帮我解决我的查询
【问题讨论】:
-
错误是什么?你试过手动执行吗?