Oracle
 sql >> Baza danych >  >> RDS >> Oracle

Instrukcja Oracle SQL w java

Uwaga:ta odpowiedź dotyczyła oryginalnego pytania.

Instrukcja SQL z adnotacjami:

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. Database
  2.   
  3. Mysql
  4.   
  5. Oracle
  6.   
  7. Sqlserver
  8.   
  9. PostgreSQL
  10.   
  11. Access
  12.   
  13. SQLite
  14.   
  15. MariaDB
  1. Oracle:SQL wybierz datę ze znacznikiem czasu

  2. Kontynuuj MERGE po EXCEPTION

  3. OC4J 10.1.3.3 nie można znaleźć pliku ojms.rar podczas konfigurowania trwałości bazy danych

  4. Zapytanie Oracle SQL:pobierz najnowsze wartości na grupę na podstawie czasu

  5. Korzystanie z funkcji Oracle to_date dla ciągu daty z milisekundami