| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> c.d.o.misc -> Subselect in SELECT
Hello together,
SELECT
persons.name
( SELECT COUNT(*) amount FROM person_cds WHERE ( person_cds.pname= persons.name))
FROM
persons
After executing this query, I got the Message,
"amount" invalied identifier.
Can you explain me, why?
Thanks Received on Sat Jan 20 2007 - 10:12:52 CST
![]() |
![]() |