Code: Select all
P | P | **
COPY [1] temp1
COPY [2] temp2
P | P | ** | [ temp1 = temp2 ]
RETYPE [1] 0Code: Select all
P | P | **
COPY [1] temp1
COPY [2] temp2
P | P | ** | [ temp1 = temp2 ]
RETYPE [1] 0Code: Select all
SELECT CAST(PAY_AMT AS VARCHAR(9)) AS PAY_AMT_STRING FROM tablename;