Обсуждение: how to manipulate object ?

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

how to manipulate object ?

От
Loïc TREGOUËT
Дата:
    Hello


    I try to create table with object .
example : create table myObject(
                            info text ,
                            loc    int4);

                    create table test (
                            id int4,
                            obj  myObject);

So , now how can i insert or select values in the table test ?

Thanks you for the response ....