Hi,
I'm trying to use the SYSCOLUMNS_FULL table to identify whether a column is defined as an array.
The query that I'm running is pretty simple :
select tbl, col, width, array_extent from sysprogress.syscolumns_full
The problem that I'm encountering is that although all of the...