摘要:
SELECT a.kefu_id,b.kefu_id FROM roncoo_education_course.`order_info` a JOIN roncoo_education_user.`user_ext` b ON a.`user_no`=b.`user_no`; UPDATE orde 阅读全文
摘要:
mysql 判断null 和 空字符串 1.在mysql中null 不能使用任何运算符与其他字段或者变量(函数、存储过程)进行运算。若使用运算数据就可能会有问题。 2.对null 的判断: 创建一个user表:id 主健 name 可以为空 select * from user; insert in 阅读全文