Generation

text to sql syntaxFri, 17 Mar 2023

selecciona los nombres de la tabla 4 o selecciona los apellidos de la tabla 4 uniendolos en una tabla

SELECT name FROM table4 UNION SELECT last_name FROM table4;

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