Hello all,
I try to ouput a flow in a MonetDB SQL database. As you can see, I only take very simple field types

However I get this error message :
Error: Output Data (3): Error creating table "exemplecomparetable.toto": [MonetDB][ODBC Driver 11.44.0][MONETDB_SAU]Type (datetime) unknown in: "create table "exemplecomparetable"."toto" ("ID" int,"Libellé" char(50),"Date d"
syntax error in: ""Prix""
CREATE TABLE "exemplecomparetable"."toto" ("ID" int,"Libellé" char(50),"Date de Maj" datetime,"Prix" float,"PMP" float)I really don't understand why the hell would Alteryx change my date into datetime. This doesn't make sense at all. Any idea ?
Best regards,
Simon