Databases
Pages
(Move to ...)
Home
MySql
Oracle
PostGRESql
MSAccess
DB2
SQL
▼
Monday, 17 September 2012
Generating the Sequence Number without using Sequence
SELECT * FROM (SELECT LEVEL FROM dual CONNECT BY LEVEL < 10);
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment