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