Santiago Moresi

Generation

text to sql syntaxWed, 05 Jul 2023

Calcular la ganancia neta de una sucursal

SELECT SUM(profit) FROM orders WHERE branch="miami"; SELECT SUM(profit) FROM orders WHERE branch="miami" and month="jan";

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