79771575

Date: 2025-09-22 12:01:10
Score: 0.5
Natty:
Report link

Let's combine:

Result :

WITH sm AS (SELECT name FROM sqlite_master WHERE type = 'table')
SELECT * FROM PRAGMA_TABLE_INFO(sm.name), sm ORDER BY sm.name, 1;
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Zyglute