Menu

USERID column value = JDBC user?

Help
2008-09-16
2013-04-30
  • Edwin Clubb

    Edwin Clubb - 2008-09-16

    If I create a column named "USERID" in any table and then select * on that table, the USERID column value returned for every row matches SCAU account I am using with the JCBC driver.

     
    • Frans S.C. Witte

      That is correct.

      The identifier USERID is a reserved name, that corresponds to the login name of the user (similar but not equal to the SQL reserved name CURRENT_USER)

      In a similar way the name SYSDAT is the DQ-SQL equivalent of CURRENT_DATE.

      Did you try to use the qualified column name (table.USERID)?

       
    • Edwin Clubb

      Edwin Clubb - 2008-09-16

      No, but I will give that a try.  Are there any other reserved names I need to worry about?  Is there a documented list?

      Ed

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.