python中的查詢(select)

sql語句的執行順序: from     where    group by      select     having    order by      limit 一. 條件查詢 ①普通條件查詢 select  XX  from  表名   where  查詢的條件 ②模糊查詢 between and,in,or,範圍查詢,like  ③空值查詢 is null 二.排序 語法:order
相關文章
相關標籤/搜索