Subject quotation marks >"
Author Robert Razniewski
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