摘要: 1、按条件查询表中数据: mysql> select user,host,password from user; 2、按组合条件查询表中数据: mysql> select id, password, username, concat(first_name,' ',last_name)as full_ 阅读全文
posted @ 2018-06-21 17:15 Lambeto 阅读(202) 评论(0) 推荐(0)