sql >> Databáze >  >> RDS >> Oracle

Příkaz Oracle SQL v jazyce Java

Poznámka:Tato odpověď platí pro původní otázku.

SQL příkaz s anotacemi:

select a.name           -- 'a' is undefined
     , ird_num          -- note: always qualify (helps others read it)
     , loan_num         --   same
     , contract_date    --   same
  from a2_loan          -- is this support to have alias 'a'?
     , customer b       -- not table `a2_customer`
     , customer c       -- not table `a2_customer`
 where aname=b.ird_num  -- missing period(?), and 'a' is undefined
   and b name=c.name    -- missing period



  1. SQL Server Azure / 2022 Database Ledger Tables z Linuxu.

  2. Kdy mám použít CROSS APPLY přes INNER JOIN?

  3. Vytvářejte soubory PDF pomocí PLSQL v Oracle

  4. seřadit podle... čísel? Pomozte mi seřadit IP adresy