MySQL數據庫3

8.1基本select語句 1.查詢所有 select from aa_user; 2.查詢指定列 select user_name,user_sex from aa_user; 3.基本條件查詢【=or and】 select * from aa_user where user_id=6; select * from aa_user where user_id=11 or user_sex=fa
相關文章
相關標籤/搜索