Execute SQL*Plus Type describe billing_accounts Type desc orders Type SELECT???? FROM billing_accounts bact, orders ord WHERE bact.id = ord.bact_id AND substr(ord.name,1,3) = 715 AND bact.rentyp_id > 2000009; No 715 orders so remove criteria and execute ...
↧