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 ....
