I have a table in our serverless SQL endpoint which is approx 300 columns. I want to load half of them with maintained data types
I use SQL statement in get data and it works fine, however I lose data types vs when I load whole table from GUI. I do not want to filter the columns manually or provide data types manually or by using CAST/CONVERT
. Is there anything which can be done in that situation?