最新问答 更多

关注我们

关注我们

了解我们的产品和服务,有任何疑问、意见或合作需求,可关注本微博与我们在线沟通。

盒子问答悬赏微博

[单人中标] 请大侠们帮忙

分享任务:
问题已结束!
150
发布者 cool_li
浏览量
回答数 3

任务详情

已知 数据表1 有字段名 规格

规格的数据格式为 φ124×12×278 或 φ124×12

需要查询出相同规格的数据

φ124×12×278 相同规格例如 φ124×278×12 φ12×278×124

φ12×124×278 φ278×124×12 φ278×12×124

  • vga: 
    
    
    
    select
    * from test
    where item = concat('φ', concat_ws('×','124','12','278'))
    
    union all
    
    select
    * from test
    where item = concat('φ', concat_ws('×','124','278','12'))
    
    union all
    
    select
    * from test
    where item = concat('φ', concat_ws('×','12','278','124'))
    
    union all
    
    select
    * from test
    where item = concat('φ', concat_ws('×','12','124','278'))
    
    union all
    
    select
    * from test
    where item = concat('φ', concat_ws('×','278','124','12'))
    
    union all
    
    select
    * from test
    where item = concat('φ', concat_ws('×','278','12','124'))
    
    mysql 的语法,你参考一下
     

      回答于:2013/7/23 6:49:37      #1楼 奖励火柴:0
    用户头像
  • vga: 
    
    
    
    select
    * from test
    where item = concat('φ', concat_ws('×','124','12','278'))
    
    union all
    
    select
    * from test
    where item = concat('φ', concat_ws('×','124','278','12'))
    
    union all
    
    select
    * from test
    where item = concat('φ', concat_ws('×','12','278','124'))
    
    union all
    
    select
    * from test
    where item = concat('φ', concat_ws('×','12','124','278'))
    
    union all
    
    select
    * from test
    where item = concat('φ', concat_ws('×','278','124','12'))
    
    union all
    
    select
    * from test
    where item = concat('φ', concat_ws('×','278','12','124'))
    
    mysql 的语法,你参考一下
     

      回答于:2013/7/23 6:50:31      #2楼 奖励火柴:0
    用户头像
  • zgc123: 

    select * from table where 规格 in (

    selelect count(规格) from table

    having count (规格) >1

    —)

      回答于:2013/7/23 15:46:19      #3楼 奖励火柴:0
    用户头像
刷新 首页 上一页 下一页 末页 页次1/1页 共 3 条记录  转到:
x
您的任务被发布者审核为不合格

原因

详细说明

关于盒子问答
盒子问答为广大程序员提供一个迅速解决问题的好途径,帮助有编程疑惑的程序员轻松发问答。同时授业解惑的人,可以得到相应的收入。帮人解答并赚钱就来盒子问答。
联系我们
我们的服务支持邮件:webmaster@2ccc.com,支持qq:161945
如有建议或意见,可通过右侧“用户反馈”告诉我们
收藏本站
用户反馈