Generation

text to sql syntaxTue, 18 Apr 2023

Necesito sacar un registro de tabla1 y y almacenarlo en tabla2

INSERT INTO tabla2 SELECT * FROM tabla1 WHERE id=1;

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