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

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/wuzengman/article/details/83588319

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

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

猜你喜欢

转载自blog.csdn.net/wuzengman/article/details/83588319