Reputation: 116
I'm facing a very weird problem:
I have two tables (and only two tables) in my MySql database, this is how they look like:
As you can see, both table has an entry with the same user_id: 00000c289a1829a808ac09c00daf10bc3c4e223b
The problem is, if I execute
select * from records where user_id = "00000c289a1829a808ac09c00daf10bc3c4e223b"
database does return a result with 0 rows, while the same where clause will return one row correctly on user_profile table.
Any idea?
Upvotes: 0
Views: 38