常用的sql语句

时间:2015-03-30 09:18:56
【文件属性】:
文件名称:常用的sql语句
文件大小:63KB
文件格式:DOC
更新时间:2015-03-30 09:18:56
sql语句 数据库 语言 mysql 对数据库操作的语言,如: 选择:select * from table1 where 范围   插入:insert into table1(field1,field2) values(value1,value2)   删除:delete from table1 where 范围   更新:update table1 set field1=value1 where 范围   查找:select * from table1 where field1 like ‘%value1%’

网友评论