Santiago Moresi

Generation

text to sql syntaxWed, 05 Jul 2023

calculo de ganancia= venta-compra, en el año 2019

SELECT product_id, (sale_price-buy_price) AS ganancia FROM sales WHERE year(sale_date)=2019;

Want to kickstart your project?Use the new AI Studio to create your code