Ayesha shirur

Generation

text to sql syntaxTue, 31 Jan 2023

use sequence id from db to create a string with field seq_(sequence_id from db)

SELECT CONCAT('seq_',id) AS sequence FROM sequences;

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