Activity overview
Latest activity by hmmftg
Failed At Syntax Check of Nested Tables
Hi
I got syntax check exception for this table DDL:
CREATE TABLE my_table (
objs SMS_DATA
)
NESTED TABLE OBJS.MOBILES STORE AS nested_table;
it says there is an error in "." character at "OBJS.MOBI...