Обсуждение: How to use text type field....

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

How to use text type field....

От
"송기원"
Дата:
Hi~ Everyone...

I have some problem... with PostgreSql Version 6.4

I don't know how to use text type data filed...

Hm...
---------------------------------------------------------------
create table test(
    id     int primary key,
    data1 text)

How to use "insert into test........"  ??
How to use "update test ....." ???

data1 size is so!!! Big....~~~ Can't execute query...in C Language....

Do you have some sample code with C Language...???

Anybody.... Please.. Help me...!!