Skip to end of banner
Go to start of banner

SQL Macro - 8.x

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

On this page

Parameters

Unable to render {include} The included page could not be found.

Examples

{sql:dataSource=datamartDS}
select * from sales
{sql}
Using parameter markers
{sql:dataSource=TestDS|p1=%test%|showsql=true}
select * from test01 where a1 like ?
{sql}



  • No labels