SQLite specific implementation of TruncateQuery.
SQLite doesn't support TRUNCATE, but a DELETE query with no condition has exactly the effect (it is implemented by DROPing the table).
includes/database/sqlite/query.inc, line 144
Weitere Informationen über Formatierungsoptionen
Kommentare
Kommentar hinzufügen