Forum Discussion
michaelsh
4 years agoKudo Kingpin
MySQL Query Folding problem when changing datetime to date (dataflow)
I am connecting to MySQL from dataflow. I have a date column the is datetime type (always contains 00:00:00) When I change it to date type, my query folding breaks. Why and how to get agound it? ...
Anonymous
4 years agoNot applicable
Replace Table.TransformColumnTypes with Table.TransformColumns and replace type text with Date.From.
--Nate