I'm making a SQL query to an Excel file ,the data is not well defined inside the file. If is possible I would like to set my data type to "any" so it takes the data just how it is inside the file.
Just to put an example of what is happening. In the excel file I have data set like this:
- 0321
- 73,0000
- 03:00:01
And when queried to a data table it changes:
- 321
- 73
- 3:00:00
Thank you