print de um llama.cpp atendido no navegador, com o prompt: "I'm using sqlite and it there a table Aluno on it and a Name column. What'd be the query to retrieve all lines where Name contains "Fernandes"?" o modelo responde bonitinho: The query to retrieve all lines where the Name column contains "Fernandes" would be: SELECT * FROM Aluno WHERE Name LIKE '%Fernandes%'; e ainda continua explicando a estrutura do comando.
https://cdn.ursal.zone/media_attachments/files/113/545/499/615/565/494/original/ab1329dca48540a1.png