Hi,
I´m having problems when i try to use FIRST N ROWID in sql with 2 or more tables.
Example:
SELECT FIRST 10 ROWID, a.cod, b.name
FROM table_1 a, table_2 b
where a.cod = b.cod
I get follow error message: Ambiguous column (rowid).
When i have one table in sql, this work.
can someone help me?
tks