12.Django數據庫操做(執行原生SQL)

1.使用extra方法html   解釋:結果集修改器,一種提供額外查詢參數的機制python   說明:依賴model模型sql   用在where後:django     Book.objects.filter(publisher_id="1").extra(where=["title='python學習1'"])    post   用在select後  學習     Book.object
相關文章
相關標籤/搜索