I have a table name messages. There is a column name receiver_id I need to fetch record where receiver_id = 4 but i am always getting null output.
See my table Screenshot-

Above screenshot there are 3rows. second and third rows exist 4 along with other ids i need to explode that and show the second and third record.
How to write MySQL query?