79712368

Date: 2025-07-23 17:48:33
Score: 2
Natty:
Report link
SELECT
    *
FROM your_table
WHERE
    xmin = pg_current_xact_id()::xid
;
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: aman singh tomar