Hi,
I have data base table it contains a column with object type.
When I try to execute the SQL it says the object type object not found
How to view object type data in
SELECT * FROM table_name; -- This table contain column with object type
Hi,
I have data base table it contains a column with object type.
When I try to execute the SQL it says the object type object not found
How to view object type data in
SELECT * FROM table_name; -- This table contain column with object type
Actually, that should work in the grid. Can you give me a small script to create the object(s) and your table, and insert a few rows so that I can reproduce the problem?