You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can someone please assist to resolve following error -
An error occurred while loading the data.
[Simba]AthenaJDBC An error has been thrown from the AWS Athena client. INVALID_FUNCTION_ARGUMENT: Invalid format: "04-apr-2022" is malformed at "apr-2022"
hi,
Can someone please assist to resolve following error -
An error occurred while loading the data.
[Simba]AthenaJDBC An error has been thrown from the AWS Athena client. INVALID_FUNCTION_ARGUMENT: Invalid format: "04-apr-2022" is malformed at "apr-2022"
I am trying to convert the string to date format
sample string -
16-apr-2022
10-may-2022
06-apr-2022
code ( used in select clause)- date_parse("date_string"."date",'%d-%m-%y') as New_date
Thank you
The text was updated successfully, but these errors were encountered: