Dear all,
i have a column with data type array with variable size ...... e.g
number = [1,3,4,,7,54,98, 255]
i want to access the last element of this array.......
i accessed the first element by following statement....
select * from student where number =[1]
this worked fine....
BUT i am interested to access the last element using SQL command..... any suggestion plz.....
thnx
artist
i have a column with data type array with variable size ...... e.g
number = [1,3,4,,7,54,98, 255]
i want to access the last element of this array.......
i accessed the first element by following statement....
select * from student where number =[1]
this worked fine....
BUT i am interested to access the last element using SQL command..... any suggestion plz.....
thnx
artist
Comment