MySQL_查询操作(select)

查询操作 1、别名查询 select id 序号,name 名字 from test_1209ryc;   2、条件查询(between) select * from test_1209ryc where id between 2 and 5;   3、条件查询(in) select * from test_1209ryc where id in(1,2,3);   4、子查询 select *
相关文章
相关标签/搜索