[#8294] Added documentation

This commit is contained in:
lukaseder 2019-02-05 17:51:22 +01:00
parent fc13913641
commit aa85840872

View File

@ -10168,6 +10168,8 @@ Usage:
-t / --to-dialect <SQLDialect> Specify the output dialect (org.jooq.SQLDialect)
-s / --sql <String> Specify the input SQL string
-I / --interactive Enter interactive mode
$ java -cp jooq-{jooq-version}.jar org.jooq.ParserCLI -t ORACLE -s "SELECT substring('abcde', 2, 3)"
select substr('abcde', 2, 3) from dual;]]></text><html>