Ripin Natani wrote: > > Hi, > I am looking out for a list of usernames and password > that are reserved and cannot be used in sapdb. I know > user,sysdba, domain are a few which cannot be used. Can some > one point out (documentation/code) where I can find this > reserved words' list. > Thanks, > -Ripin. >
A list of reserved keywords can be found here: http://www.mysql.com/documentation/maxdb/e2/5a131fde7c11d5994e00508b5d5211/frameset.htm There is no special list for users/passwords. Reserved words cannot be used for database objects like users when they are used as normal identifier. With " around (special identifier) they are allowed, have to be written always with " around and are case sensitiv as Alexander correctly wrote. BTW: do not name database objects with SYS in the beginning. This may cause conflicts with objects created internally Elke SAP Labs Berlin -- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
