by =?ISO-8859-1?Q?Arne_Vajh=F8j?= <arne@[EMAIL PROTECTED]
>
Mar 14, 2008 at 06:44 PM
Mr. X. wrote:
> What is the equivalent for Derby, that is in oracle.
>
> 1. Select 1 from dual.
SELECT 1 FROM SYSIBM.SYSDUMMY1
(yes - the IBM roots can be seen)
> 2. How can I create sequences ?
Derby uses identity columns like SQLServer and MySQL
not sequences like Oracle.
Arne