Answers for "ApplyMap"

SQL
0

ApplyMap

String_map:
Mapping Load * Inline [
input, output
1, One
2, Two 
3, Three
];


Data:
Load
    RowNo() as Num,
    ApplyMap('String_map',RowNo(),'N/A') as String
AutoGenerate
    (4);
Posted by: Guest on May-25-2021

Code answers related to "SQL"

Browse Popular Code Answers by Language