Posts by teste1234 • 1 point
1 post
-
0
votes1
answer54
viewsQ: how do I pull the result from a column inside a string in mysql
example : select case when campo = 1 then 'existe o resultado='aqui eu colocaria o nome da coluna da tabela 'fim da string' else 0 end from banco.tabela; how would it have a way of concatenating?…