Обсуждение: character arrays and quotation

Поиск
Список
Период
Сортировка

character arrays and quotation

От
Tim Kane
Дата:
Is it at all possible to INSERT into an array of string types a value
that contains quotation marks (")?

I've tried escaping the " as \" but it doesn't seem to help...

eg:   INSERT into my_table VALUES ('{"value_1","value_2","quote\"doesnt
work\" damn","value_4"}');


Any thoughts?

Thanks heaps,

Tim Kane