Santiago Moresi

Generation

text to sql syntaxFri, 14 Jul 2023

Del total de clientes ¿Qué porcentaje realizó compras sólo por el canal online entre 2019 y 2020?

SELECT COUNT(*) FROM customers WHERE channel_customer_type='online' AND created_at BETWEEN '2019-01-01' AND '2020-12-30';

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