6
Shouts

List Server Reserved Words in Sybase ASE

published 873 days, 8 hours, 7 minutes ago posted by SybaseAddictSybaseAddict 874 days, 6 hours, 28 minutes ago
Sunday, January 03, 2010 1:34:59 PM GMT Saturday, January 02, 2010 3:14:16 PM GMT

You just have to run a simple query in isql to find all the reserved words for Adaptive Server Enterprise and Sybase SQL Server. To list all reserved words for Adaptive Server Enterprise, log in to isql and run this query:

1> select name from spt_values where type = "W"

2> go

The spt_values table is a look-up table in the master database that stores system values used by other server processes.

category: SQL | clicked: 0 | | source: sybase-addict.com | show counter code

1 comment posted.

To post your comment please login or signup