Taking the table into account tbl_users
, I want to get a list of all users starting with a specific letter and all subsequent letters. For example, if I select the letter "C", it displays all users starting with "C" and all subsequent letters (eg "D", "E", etc.). How it's done?
source
to share