File: parseInsert.in

package info (click to toggle)
phpmyadmin-sql-parser 5.10.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 17,244 kB
  • sloc: php: 52,958; makefile: 13; sh: 8
file content (6 lines) | stat: -rw-r--r-- 176 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
INSERT LOW_PRIORITY
INTO
    users(`id`, `username`, `password`)
VALUES
    (1, "Dan", "5d41402abc4b2a76b9719d911017c592"),
    (2, "Paul", "7d793037a0760186574b0282f2f435e7");