摘要: 基本执行语句 查询 select *(要查找的内容) from table(表名) 插入 insert into table (columns,...) 更新 update table set column1 = value1, column2 = value2, ... 逻辑运算符(以查询语句se 阅读全文
posted @ 2024-11-07 22:42 茴香儿 阅读(23) 评论(0) 推荐(0)