Is there a way to reduce all the data in a column by half?
For example: If I had the following starting data in each line
1000
1000
1000
500
500
400
200
But I wanted that data in each line to be reduced by half
500
500
500
250
250
200
100
Is there a query command to complete this request?