Mysql中經常使用的sql語句彙總

(1)數據記錄篩選:sql sql= "select * from 數據表 where 字段名 = 字段值 order by 字段名 [desc]" sql = "select * from 數據表 where 字段名 like '%字段值%' order by 字段名 [desc]" sql = "select top10 * from 數據表 where 字段名 ord
相關文章
相關標籤/搜索