converting a DB2 query into oracle query
问题 Previously we used DB2 as database, but now we are migrating to Oracle. Now, in our project we have extensively used sql's that were Db2 specific. Is there any way to convert those DB2 specific queries to oracle supported queries. Thanks 回答1: You have a lot of work ahead! Between DB2 and Oracle, some important differences are (just an arbitrary enumeration of what I can think of): Data types Number data types: DB2 has many more standard types, such as SMALLINT , INTEGER , DOUBLE , etc. Those