MSCEWI1034
Format removed.
Low
This warning appears when the format of the column used in a CAST function is removed.
REPLACE VIEW DAFFD01.VAFFL_CAR_ADEMPAS_MVMT_DETL AS LOCKING ROW FOR ACCESS
SEL DATA_SRCE_NAME, DAY_DATE(FORMAT 'MMM-YYYY') + 1 AS NPT_MONTH
FROM DADSD01.TADS_FACT_ADP_PROD_MVMT_DETL;
CREATE OR REPLACE VIEW DAFFD01.PUBLIC.VAFFL_CAR_ADEMPAS_MVMT_DETL
AS
SELECT
DATA_SRCE_NAME,
DAY_DATE /*** MSC-WARNING - MSCEWI1034 - FORMAT 'MMM-YYYY' REMOVED. ***/ + 1 AS NPT_MONTH
FROM DADSD01.PUBLIC.TADS_FACT_ADP_PROD_MVMT_DETL;
- For more support, you can email us at [email protected] or post a message to our forums. If you have a contract for support with Mobilize.Net, reach out to your sales engineer and they can direct your support needs.
Last modified 1yr ago