📜  oracle 在字符串中插入单引号 - SQL 代码示例

📅  最后修改于: 2022-03-11 15:05:23.909000             🧑  作者: Mango

代码示例1
-- Double single quotes:
INSERT INTO my_table (val1) VALUES ('xxx''test''yy'); -- Inserted:  xxx'test'yy