ORACL SQL DECODE
SELECT DECODE (t.column_name, 1, 'Southlake', 2, 'San Francisco', 3, 'New Jersey', 4, 'Seattle', 'Non domestic') new_name FROM table_name t # If warehouse_id is not 1, 2, 3, or 4, then the function returns 'Non domestic'.
ORACL SQL DECODE
SELECT DECODE (t.column_name, 1, 'Southlake', 2, 'San Francisco', 3, 'New Jersey', 4, 'Seattle', 'Non domestic') new_name FROM table_name t # If warehouse_id is not 1, 2, 3, or 4, then the function returns 'Non domestic'.
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us