Skip to content

Instantly share code, notes, and snippets.

@springcome
Created November 2, 2015 11:00
Show Gist options
  • Select an option

  • Save springcome/1cd39b4873fce2695e4e to your computer and use it in GitHub Desktop.

Select an option

Save springcome/1cd39b4873fce2695e4e to your computer and use it in GitHub Desktop.
Oracle Clob Type, New line
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