Generation

text to sql syntaxMon, 12 Jun 2023

write SQL that will read from all databases which databases have not been written to in the last 2 weeks

SELECT * FROM Information_schema.tables WHERE updated_at < '2018-11-09';

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