Kbase P46134: How to do a SELECT * FROM _User table in SQL-92?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  03/10/2003 |
|
Status: Unverified
GOAL:
How to do a SELECT * FROM _User table in SQL-92?
FIX:
To retrieve data from the _User schema table in SQL-92 you must put the table in within double quotes. For example,
SELECT * FROM PUB."_User"