Executing raw SQL against SQLite with Django results in `DatabaseError: near “?”: syntax error`

后端 未结 2 1661
既然无缘
既然无缘 2021-01-22 05:31

For example, when I use cursor.execute() as documented:

>>> from django.db import connection
>>> cur = connection.cursor()
>>         


        
2条回答
提交回复
热议问题