Details
-
Sub-task
-
Status: In Progress
-
Major
-
Resolution: Unresolved
-
None
-
None
Description
Index operator can be used as
select col1[0] from table1;
It will get an element value from an array value.
Index operator can be used as
select col1[0] from table1;
It will get an element value from an array value.