Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> PSUEUDOCOLUMN
Does there exist a psuedocolumn for table name? I want to write a query as such, but don't want to have to hard-code the name in the predicate. I want to somehow replace
WHERE D.TABLE_NAME = 'MY_APP_TABLE' with
WHERE D.TABLE_NAME = B.PSUEUDOCOLUMN_FOR_ALIAS_B SELECT
B.SSN
GROUP BY B.SSN ,D.TABLE_NAME ,D.AVG_ROW_LENReceived on Fri Sep 17 1999 - 15:44:18 CDT
![]() |
![]() |