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;

Questions about programming?Chat with your personal AI assistant