Santiago Moresi

Generation

text to sql syntaxFri, 14 Jul 2023

Necesito saber el porcentaje de compra en el canal 'online' entre '2019' y '2020'

SELECT count(date) FROM orders WHERE channel = 'online' and extract(year from date) between 2019 and 2020;

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