TGTGInsighttelegram intelligenceLIVE / telegram public index
Post content
帖子内容
SELECT * FROM your_table WHERE xmin = pg_current_xact_id()::xid; #TIL filter rows inserted in the current transaction
SELECT * FROM your_table WHERE xmin = pg_current_xact_id()::xid; #TIL filter rows inserted in the current transaction