duanjiao8871 2015-03-11 07:45
浏览 83
已采纳

使用LIKE和NOT EQUAL的mysql查询一起运算符

I am trying to make an autocomplete field in Jquery UI which fetches values from a mysql table using the following query:

SELECT * FROM tags WHERE tagname LIKE ?

Currently, there is no check for duplicate values being selected again and again. To fix this, I am returning already available values through ajax within the autocomplete widget. However, I cannot seem to get the correct mysql query for this. I am passing the selected values as an array and running through a foreach loop in the following query.

SELECT * FROM tags WHERE tagname != :values AND LIKE ?

This isn't the correct syntax so I tried this:

SELECT * FROM (SELECT * FROM tags WHERE tagname != :values) WHERE tagname LIKE ?

This query is giving me the Every derived table must have its own alias error.

I know it is a pretty long question. I just want to be specific and rule out any suggestions which I have already tried.

I have gone through a lot of other questions and couldn't find anything so please don't mark it as a duplicate and ignore it.

  • 写回答

2条回答 默认 最新

  • dpbyr64224 2015-03-11 07:47
    关注

    The correct syntax is

    SELECT * FROM tags WHERE tagname != :values AND tagname LIKE ?
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?

悬赏问题

  • ¥15 虚幻5 UE美术毛发渲染
  • ¥15 CVRP 图论 物流运输优化
  • ¥15 Tableau online 嵌入ppt失败
  • ¥100 支付宝网页转账系统不识别账号
  • ¥15 基于单片机的靶位控制系统
  • ¥15 真我手机蓝牙传输进度消息被关闭了,怎么打开?(关键词-消息通知)
  • ¥15 下图接收小电路,谁知道原理
  • ¥15 装 pytorch 的时候出了好多问题,遇到这种情况怎么处理?
  • ¥20 IOS游览器某宝手机网页版自动立即购买JavaScript脚本
  • ¥15 手机接入宽带网线,如何释放宽带全部速度