Using Sybase IQ 12.5,
When I try to insert the result of a stored proc into a table like this:
INSERT mytable (column1, column2, column3)
SELECT column1, column2, column3
FROM (myproc('AAA'))
I get the following:
ASA Error -1001042: Table, 'mytable', is not accessible in this context.
The Sybase website has no further explanation