Rick Hillegas created DERBY-6221:
------------------------------------

             Summary: Can't select from SYS.SYSUSERS if you use a WHERE clause 
in the query
                 Key: DERBY-6221
                 URL: https://issues.apache.org/jira/browse/DERBY-6221
             Project: Derby
          Issue Type: Bug
          Components: SQL
    Affects Versions: 10.11.0.0
            Reporter: Rick Hillegas


The following query runs fine:

SELECT username, lastmodified FROM sys.sysusers;

...but the following query raises an exception:

SELECT username, lastmodified FROM sys.sysusers WHERE USERNAME = 'FRED';

...which is

ERROR 4251E: No one can view the 'SYSUSERS'.'PASSWORD' column.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to