摘要: 一、 SQL常用功能 seclect * (列名1,列名2, 列名3) from 表名 where 条件; 模糊查找:select * from table where 列名 like ’%value1%’ (所有包含‘value1’这个模式的字符串); 指定查询:select * from tab 阅读全文
posted @ 2017-12-01 15:18 *陌上花开* 阅读(666) 评论(0) 推荐(0)