little_alien
New member
- Joined
- Nov 22, 2017
- Messages
- 2
- Reaction score
- 0
- Points
- 0
Hey all
I have a tool that is loading in multiple CSV files and running some queries before exporting to a table etc.
As part of this there us a couple of columns that have Either MB - GB or TB values, ie the cell reads 157GB
I Need to level all these out at GB values -
For example -
845.1MB needs to be 0.845
400GB needs to be 400
1.2TB needs to be 1200
Want this to be done as part of the query.
Cheers.
I have a tool that is loading in multiple CSV files and running some queries before exporting to a table etc.
As part of this there us a couple of columns that have Either MB - GB or TB values, ie the cell reads 157GB
I Need to level all these out at GB values -
For example -
845.1MB needs to be 0.845
400GB needs to be 400
1.2TB needs to be 1200
Want this to be done as part of the query.
Cheers.