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