Answers for "sql insert quote in string oracle"

SQL
0

oracle insert single quote in string

-- Double single quotes:
INSERT INTO my_table (val1) VALUES ('xxx''test''yy'); -- Inserted:  xxx'test'yy
Posted by: Guest on May-08-2021

Code answers related to "SQL"

Browse Popular Code Answers by Language