Hello Guys
I want to change the name of the column which I have created from price1 to new_price.
How I can do this?
SELECT product_id, name, price,
case
WHEN price > 100 AND name!='икра'then price1.05
else price end
FROM products
ORDER by price1.05 desc, product_id