Hello.
I have three fields defined as integer for year, month and day. I want to convert them to date format.
I tried using cast, to_char, to_date and none of them seem to work. At the end the result is empty in the target field or I get an error of data type mismatch.
Is there a way to accomplish this?
thanks.