can we access the columns of a table as array in sql? -
is there way access columns of table array in sql? eg: table1
name abc def ghi jkl
can access name[0]?
short answer no.
long answer depend on database , not plain sql.
is there way access columns of table array in sql? eg: table1
name abc def ghi jkl
can access name[0]?
short answer no.
long answer depend on database , not plain sql.
Comments
Post a Comment