SELECT * FROM table_name WHERE
(ip_address,port_name) IN
(('ip_address数据1',port_name数据1'),('ip_address数据2',port_name数据2'))
LIMIT 0,999999
SELECT * FROM table_name WHERE
(ip_address,port_name) IN
(('ip_address数据1',port_name数据1'),('ip_address数据2',port_name数据2'))
LIMIT 0,999999
本文标题:mysql 根据两个字段的数据查询 (使用in)
本文链接:https://www.haomeiwen.com/subject/nuahtctx.html
网友评论