Hello,
I am doing a migration of db from informix to db2.In informix there is a query with rowid.The same query with rowid is not working for DB2.Can anyone help me in this regard.
for Ex.
In Informix,
select rowid from tablename or
select * from tablename where rowid = 225
I want equivalent queries in DB2.
Its very urgent.....
I am doing a migration of db from informix to db2.In informix there is a query with rowid.The same query with rowid is not working for DB2.Can anyone help me in this regard.
for Ex.
In Informix,
select rowid from tablename or
select * from tablename where rowid = 225
I want equivalent queries in DB2.
Its very urgent.....
Comment