mysql SELECT 列 FROM 表 WHERE 条件 选择:select * from table where 范围

时间:2022-06-09 16:14:22
【文件属性】:
文件名称:mysql SELECT 列 FROM 表 WHERE 条件 选择:select * from table where 范围
文件大小:18KB
文件格式:DOCX
更新时间:2022-06-09 16:14:22
jj SELECT 列 FROM 表 WHERE 条件 选择:select * from table where 范围 2 插入:insert into table(field1,field2) values(value1,value2) 3 删除:delete from table where 范围 4 更新:update table set field1=value1 where 范围 5 查找:select * from table where field1 like ’%value1%’ 6 排序:select * from table order by field1,field2 [desc]

网友评论