Oracle DECODE function with example | sql query with decode function | learn to code

Pubblicato il: 16 aprile 2021
sul canale di: tech.prasadl
505
15

learn to code
Example on Oracle DECODE function as alternative for case and if-then-else
Below queries I used in video:
select * from tb_user;
select first_name, rec_status from tb_user;
select first_name, rec_status, decode(rec_status, 'AC', 'Active', 'DL', 'Deleted', 'InActive') from tb_user;


In questa pagina del sito puoi guardare il video online Oracle DECODE function with example | sql query with decode function | learn to code della durata di ore minuti seconda in buona qualità , che l'utente ha caricato tech.prasadl 16 aprile 2021, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 505 volte e gli è piaciuto 15 spettatori. Buona visione!