Description Usage Arguments Details Value See Also Examples
View source: R/sqlparse_retic.R
Split a string with (one or) several SQL statements into single statements.
1 |
sql |
Character string containing (one or) several SQL statements |
encoding |
Character string specifying the input encoding. Default: |
This function is a wrapper to the sqlparse.split() function from the sqlparse python module, which is a non-validating SQL parser.
Character vector with the single SQL statements.
1 2 3 4 5 6 7 8 9 10 11 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.