mysql 查询一个表中,二个字段相同的值

时间:2024-11-21 12:04:42

 

//  重点 mbeg=mend 这两个字段相同的查询出来

SELECT * from product(表名) where mbeg = mend and `status` = 'system' and statusbm = 'b' and product_num=8 and send_id=0;