on 2022 Nov 03 8:57 AM
Hi All,
Hope you folks doing well,
I have a problem when I load data to Snowflake with Dataservice. I have two columns. I concate these columns then I am creating new columns with DateTime format. When I load the data value is wrong.
VBRK_ERDAT = '2019-08-07'
VBRK_ERZET = '08:21:40'
I am using the below converting.
to_date(to_char(STG_INVOICE_TABLE.VBRK_FKDAT||' '||STG_INVOICE_TABLE.VBRK_ERZET, 'yyyy.mm.dd hh24:mi:ss'),'yyyy.mm.dd hh24:mi:ss')
I load data then I check data in Snowflake. It is coming wrong.
Snowflake >> '2019-08-01 22:21:40.000'
Regards,
MehmetRequest clarification before answering.
User | Count |
---|---|
67 | |
21 | |
9 | |
7 | |
6 | |
6 | |
5 | |
5 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.