【发布时间】:2014-12-23 12:07:46
【问题描述】:
我需要像
这样的 MySQL 选择查询select wt_id,wt_name from work_type where cat_id=1,2,5..;
有可能吗?
【问题讨论】:
-
你能提供样本数据和想要的结果吗?
-
我使用'IN'操作符得到了想要的结果。
-
。 .那么你应该接受其中一个答案。
-
对不起。我对这个网站了解不多。感谢您的宝贵意见。
标签: mysql sql select where in-operator