about
info
Contact
kinjouj.github.io
2010
-
1
-
27
decode
Database
SELECT decode(job,'P','Programmer','SE') FROM sample;
job列の値がPならProgrammer、違うならSEを出力する
< extract
Oracle Type Mapping >