0
Guys, I have the following problem:
I have two tables, the following tables :
tabela mensagens
+----+-------------------+-------+---------------------+
| id | mensagem | _de | hora |
+----+-------------------+-------+---------------------+
| 1 | teste de mensagem | tiago | 2015-12-04 14:56:41 |
+----+-------------------+-------+---------------------+
tabela amigos
+----+--------+--------------+
| id | user | amigos |
+----+--------+--------------+
| 1 | italos | igors;tiago; |
+----+--------+--------------+
I would like to make the following query: that I receive the result of all messages only if there exists in table friends, the value of _de of the table messages. Thank you all.
What you have so far. Sauce, Plz! Post your code.
– StillBuggin
Related: Normalize values separated by comma for new table and Problems with multi-valued fields
– rray