數據過濾

and操作符 select * from tb_student where studentage<=100 and studentid<=20; or操作符 select * from tb_student where studentage<=100 OR studentsex=‘女’; 如果and or 同時使用,那麼and的優先性高於or. in操作符 select * from tb_stu
相關文章
相關標籤/搜索