Ben postgresql 'nextval' PHP ile çalışmak için çalışıyorum. ('Schemadb.audit_txn_seq') nextval değeri ile TXN_ID değiştirmek amacıyla Nasıl üçüncü satırında parantez içinde doldurabilir?
$DB->query("SELECT nextval('schemadb.audit_txn_seq')");
$DB->query('SET CONSTRAINTS ALL DEFERRED');
$DB->query('SELECT schemadb.undo_transaction(TXN_ID)');
Teşekkürler!