Created
November 2, 2015 11:00
-
-
Save springcome/1cd39b4873fce2695e4e to your computer and use it in GitHub Desktop.
Oracle Clob Type, New line
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| UPDATE table_name SET clob_column = clob_column || CHR(10) || 'append' WHERE id_column = 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment