Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Converting from Sybase SQL Anywhere to Oracle
I'm trying to move a database created in Sybase SQL Anywhere to Oracle
7.3.3.0.0 and have come across the following problem.
In SQL Anywhere you can do the following:
create table mytable ( mycol integer DEFAULT AUTOINCREMENT);
This syntax doesn't work in Oracle. Is there another way to do this?
Jan Erik Received on Fri Jul 09 1999 - 05:40:41 CDT
![]() |
![]() |