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