mysql數據查詢 2.條件查詢

mysql數據查詢 2.條件查詢 1)邏輯條件 (1)邏輯and 需求:查詢所有python和c成績都大於等於80分的學生:  select*from infor where python >= 80 and c >= 80; (2)邏輯or 需求:查詢所有python或者c成績大於等於80分的學生: select*from infor where python >= 80 or c >= 80;
相關文章
相關標籤/搜索