mysq中的各類查詢語句

先附上表數據 student表 mid_stu_course表 course表 1、全部查詢 SELECT *  FROM student 2、like模糊查詢 SELECT *  FROM student WHERE `name` LIKE '%o%' 3、or或者查詢 SELECT *  FROM student WHERE idcard=1 OR idcard=3; 4、and並且查詢 SE
相關文章
相關標籤/搜索