sqlparse
sqlparse copied to clipboard
update stmt
Hello, i try to extract table name from this pgbench testing query
UPDATE pgbench_tellers
SET tbalance = tbalance + $1
WHERE tid = $2
Someone knows how to ? thanks