What Is CHR 13 In SQL?
What Is CHR 13 In SQL? Char(13) – Carriage Return. What is CHR 13 in Oracle? CHR(13) — Carriage return. You can use them in insert like this, INSERT INTO table_name (columne_name) VALUES (‘ABC’ || CHR (9) || ‘DEF’ || CHR (10) || ‘GHI’ || CHR (13) || ‘JKL’) Here is the complete list of