I want to select the rows from my DB and i want to skip when it again repeats like "user2" repeated entries with NULL values.
I tried "SELECT * FROM property_table where text is not NULL and method is not NULL" but i am missing user2 all entries and user4 entry.