Subject | quotation marks >" |
---|---|
Author | Robert Razniewski |
Post date | 2003-07-25T09:45:08Z |
Hi all.
Is there a possibility to store a quotation mark in a char-field?
I.e.
create table t1
(
f1 char(10)
);
insert into t1 (f1) values ("before mark >"< after mark");
Regards
rr
Is there a possibility to store a quotation mark in a char-field?
I.e.
create table t1
(
f1 char(10)
);
insert into t1 (f1) values ("before mark >"< after mark");
Regards
rr