Search Query For Users Class

How can search Users class and extract it’s name ?
Example like i search 123 , and the query that contains 123 will return even though 123123 is not exactly 123 but it contains it . How can i do that ?

Hi Khoo,

You can you LIKE %123% in your where clause.