Sign in
apache
/
camel
/
d14bc8a7cc0593689d284f41fa2ca1f982dffd22
/
.
/
components
/
camel-sql
/
src
/
test
/
resources
/
sql
/
selectProjectsInSimpleExpression.sql
blob: de9bf0ad3d50704a19e979fe01d368fbc16492c7 [
file
]
-- this is a comment
select
*
from
projects
where
project
in
(:#
in
:$
simple
{
header
.
names
})
order
by
id