| Register | FAQ | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
|
| Hi, Is there anyway to list all the available sequence in the database? If yes how? In Control Center and/or SQL.... ![]() Thanks in advance. |
|
#2
|
| Hi, SQL: "SELECT SEQNAME FROM SYSIBM.SYSSEQUENCES" Greetings from Stuttgart, Bogdan |
|
#3
|
| bogdan.taru-at-to.com wrote: > SQL: "SELECT SEQNAME FROM SYSIBM.SYSSEQUENCES" If you are on DB2 LUW, you should use the catalog view SYSCAT.SEQUENCES instead - to avoid dependencies on internal, undocumented tables. -- Knut Stolze DB2 z/OS Utilities Development IBM Germany |
![]() |
| Thread Tools | |
| Display Modes | |