sql >> Database teknologi >  >> RDS >> Oracle

SQL skifte fra decode til case

Afkodning betyder:

CASE FirstParam
  WHEN SecondParam THEN ThirdParam 
  WHEN FourthParam THEN FifthParam
  WHEN SixthParam THEN Seventh... etcetera
  ELSE LastParam -- If number of params is odd, otherwise ELSE NULL is implied
END

CASE APR(ACC.RATE,'X')
  WHEN 'FIRST RATE' THEN 1
  WHEN 'SECOND RATE' THEN 2
  ELSE 3
END


  1. Postgresql:Beregn rang efter antallet af sande OR-sætninger

  2. Gendan problem SQL Server-version?

  3. Zend Database Adapter - Kompleks MySQL-forespørgsel

  4. MySQL fejl tom streng angivet som argument for ! Karakter