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 素材场景中光线烘焙后灯光失效
  • ¥15 请教一下各位,为什么我这个没有实现模拟点击
  • ¥15 执行 virtuoso 命令后,界面没有,cadence 启动不起来
  • ¥50 comfyui下连接animatediff节点生成视频质量非常差的原因
  • ¥20 有关区间dp的问题求解
  • ¥15 多电路系统共用电源的串扰问题
  • ¥15 slam rangenet++配置
  • ¥15 有没有研究水声通信方面的帮我改俩matlab代码
  • ¥15 ubuntu子系统密码忘记
  • ¥15 保护模式-系统加载-段寄存器