Sign in
apache
/
camel
/
refs/heads/apache-master
/
.
/
components
/
camel-sql
/
src
/
test
/
resources
/
sql
/
selectProjectsInMultiExpression.sql
blob: 99d20bee1e53d178f25991b985b22526e0a0262d [
file
] [
log
] [
blame
]
-- this is a comment
select
*
from
projects
where
project
in
(:#
in
:${
header
.
names
})
and
license
in
(:#
in
:${
header
.
licenses
})
order
by
id