from django.db import connection sql = 'SELECT * FROM db1.a AS a JOIN db2.b AS b ON ... is the most basic, most low-level form of database interaction.
確定! 回上一頁