mybatis

1. mybatis 查询时条件 小于---    列名与小于号之间只能有一个空格

 select * from hl_order where user_id = 7 and status < 6 order by order_id desc

2. 使用工具mysql-workbench进行增删改时  需先执行

SET SQL_SAFE_UPDATES = 0;


你可能感兴趣的:(mybatis)