Answer the question
In order to leave comments, you need to log in
How does this Oracle actually work?
I can't understand why the request
SELECT
co.remm
FROM
PARMA.AO_ABONENT ab,
PARMA.AO_CONTRAGENT co
WHERE
ab.card_num = '6601709' AND
ab.contragent_id = co.id
SELECT trp.cardnum, co.remm FROM TR_PROBLEM trp, AO_CONTRAGENT co, AO_ABONENT ab WHERE trp.cardnum='6601709' AND ab.card_num=trp.cardnum AND co.id=ab.contragent_id
ORA-00904: "TRP"."CARDNUM": invalid identifier
00904. 00000 - "%s: invalid identifier"
*Cause:
*Action:
Error at Line: 1 Column: 118
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question