I have a need to generate a / (slash) before a SQL file. The XML code is shown as below :
<sql endDelimiter="\n\n/" dbms="oracle">
SELECT 1 FROM DUAL;
</sql>
What I need is to have the output as follows: ( notice the / (slash) ):
/
SELECT 1 from dual;
I am using Liquibase 3.5.3