Santiago Moresi

Generation

text to sql syntaxFri, 14 Jul 2023

Necesito saber de total de clientes que porcentaje compro solo por el canal 'online' entre los años '2019' y '2020'

SELECT COUNT(channel) FROM customers WHERE channel='online' AND (birth_year='2019' OR birth_year='2020');

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