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 *
相關文章
相關標籤/搜索