sql >> Database >  >> RDS >> Oracle

Oracle SQL-instructie in java

Opmerking:dit antwoord was van toepassing op de oorspronkelijke vraag.

SQL-instructie met annotaties:

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. Prisma, hoe de volgorde om te keren

  2. Een rails-app 'aansluiten' op een reeds bestaande MySQL DB?

  3. tijdstempel naar datum converteren in java

  4. Postgresql SELECTEER als string bevat