当前位置: 代码迷 >> ASP >> asp查询语句,很简单,但就是不会:(,该怎么解决
  详细解决方案

asp查询语句,很简单,但就是不会:(,该怎么解决

热度:172   发布时间:2012-03-15 11:50:38.0
asp查询语句,很简单,但就是不会:(
sql= "select   *   from   larchives   where   chatroom=yes   and   education   like   '% "   &   search_txt   &   "% '   "


chatroom=yes   老是不起作用,怎么写这个查询啊,知道的帮忙,谢谢!

------解决方案--------------------
sql= "select * from larchives where chatroom= 'yes ' and education like '% " & search_txt & "% ' "
  相关解决方案