1
My Mysql database contains a table t_usuario
with a column nome
, where there is a record with the name Gustavo Henrique Almeida Martins
.
How can I make a SELECT
to return only the name Gustavo
?
id_usuario | name |
---|---|
1 | Gustavo Henrique Almeida Martins |
Here it worked. Thanks!
– Gustavo Martins
@Gustavomartins For nothing. For the record: you can accept the answer that helped you most by marking the V on her left side.
– Jéf Bueno
Who voted against could take advantage and tell me what the problem is? = D
– Jéf Bueno