SQL经常使用语句与解释

1、SQL经常使用语句与解释mysql (1)数据记录筛选:    sql="select * from 数据表 where 字段名=字段值 order by 字段名 [desc]"      //从数据表中读取“字段名=字段值”的全部字段并根据字段名排序【倒序】   sql="select * from 数据表 where 字段名 like '%字段值%' order by 字段名 [desc]
相关文章
相关标签/搜索