数据库查询语言

数据库查询语言 精确查询: select * from 表名 where 条件 select * from 表名 where 字段 in 条件 select 字段1,字段2 from 表名 where 条件web 运算符查询 select * from 表名 where id=1+1 select * from 表名 where id <100;数据库 模糊查询: select * from 表名
相关文章
相关标签/搜索