Sign in
apache
/
camel
/
d14bc8a7cc0593689d284f41fa2ca1f982dffd22
/
.
/
components
/
camel-sql
/
src
/
test
/
resources
/
sql
/
selectProjectsIn.sql
blob: 202bac5d15be9e7d009ca4cf89ae7bbf5fabd895 [
file
]
-- this is a comment
select
*
from
projects
where
project
in
(:#
in
:
names
)
order
by
id