sqlparse icon indicating copy to clipboard operation
sqlparse copied to clipboard

update stmt

Open pmpetit opened this issue 3 years ago • 0 comments

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

pmpetit avatar Jan 31 '22 09:01 pmpetit