File: begintag.sql

package info (click to toggle)
sqlparse 0.5.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 720 kB
  • sloc: python: 5,310; sql: 167; makefile: 107; sh: 14
file content (4 lines) | stat: -rw-r--r-- 45 bytes parent folder | download | duplicates (7)
1
2
3
4
begin;
update foo
       set bar = 1;
commit;