Taking in consideration a table tbl_users, I want to get a list of all users start from a certain letter and all the subsequent letters. For example, if I choose the letter ‘C’ it will display all users starting with ‘C’ and all the successive letters (i.e. ‘D’, ‘E’, etc.). How is it done?
Taking in consideration a table tbl_users , I want to get a list of
Share
Just use this WHERE clause: