Skip to content

Commit

Permalink
Remove guidance about backslash char and line continuation (#2569)
Browse files Browse the repository at this point in the history
  • Loading branch information
JimGalasyn committed Mar 14, 2019
1 parent a963b75 commit ce8b781
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/developer-guide/syntax-reference.rst
Expand Up @@ -6,8 +6,7 @@ KSQL Syntax Reference
KSQL has similar semantics to SQL:

- Terminate KSQL statements with a semicolon ``;``
- Use a back-slash ``\`` to indicate continuation of a multi-line statement on the next line
- You can escape ' characters inside string literals by using '', i.e., 'yyyy-MM-dd''T''HH:mm:ssX'
- Escape ' characters inside string literals by using '', for example, 'yyyy-MM-dd''T''HH:mm:ssX'

===========
Terminology
Expand Down

0 comments on commit ce8b781

Please sign in to comment.