SQL> SQL> create table table12 (3 cc varchar2(5)4 )5 /Table createdSQL> insert into table1(cc) values('''');1 row insertedSQL> commit;Commit completeSQL> select * from table1;CC-----'
怎样在oracle中插入一个单引号
最新推荐文章于 2023-06-26 10:26:16 发布