File: usual_select.sql.ep

package info (click to toggle)
libdbix-dr-perl 0.32-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 200 kB
  • sloc: perl: 1,921; makefile: 2
file content (7 lines) | stat: -rw-r--r-- 55 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
SELECT
    *
FROM
    table
WHERE
    id = <%= $id %>