derived-column Questions
1
Solved
In SSIS package I have derived column in which I want to format phone like below:
CASE
WHEN TRY_CONVERT(BIGINT, phone) IS NULL THEN
NULL
ELSE
phone
END
How can I use the SSIS expression to a...
Recalcitrate asked 2/4, 2019 at 20:3
1
© 2022 - 2024 — McMap. All rights reserved.