- or download this
Tag Meaning
----|----------------------
...
| Include line if ANY parameters and dependencies are true.
# Never include line, i.e. this line is a comment
- or download this
Symbol | Meaning | Example | In Query | Bind Var
--------|-------------------|---------|--------------|----------
?? Named Placeholder ?foo? '?' YES
!! Dependency !foo! Empty string NO
!~! Negated Dependency !~foo! Empty string NO
- or download this
my $sql = <<'END';
...
},
);
- or download this
SELECT
some,
...
OFFSET ?
BINDVARS: 'Foolike', 'Barlike', 3, 30