I have a Sybase Anywhere database where in I have a table (say Table A). I need to check the ordering of columns within this table. Say if there are 3 columns in table A.
Col_1
, Col_2
and Col_3
How can I check whether Col_2
comes between Col_1
and Col_3
? Basically checking the ordering of columns within a table (if there are more than 3 columns in the table).