(二十)sql基礎

sql基礎 --單表查詢 select * from student; select * from score; --投影查詢 select * from student; --條件查詢 select * from student where sno=001 or sno=004 ; --查詢001 和004兩條記錄 select * from student where sno in (001,
相關文章
相關標籤/搜索