diff --git a/src/sql/SQL-batch.md b/src/sql/SQL-batch.md index 35cc1f94..d08fcdbd 100644 --- a/src/sql/SQL-batch.md +++ b/src/sql/SQL-batch.md @@ -82,9 +82,7 @@ if(){ In current release it's mandatory to have `IF(){`, `` and `}` on separate lines, eg. the following is not a valid script ```sql -if($a.size() > 0) { - ROLLBACK; -} +if($a.size() > 0) { ROLLBACK; } ``` The right syntax is following: ```sql