In MySQL use the ‘^’ to identify you want to check the first char of the mysql table filed then you can do like below example.
SELECT * FROM `table_name` WHERE field_name REGEXP '^a'
If you want to check more then a alfa letters of the string then define the array [] of letters you want to check then have look below code.
SELECT * FROM `table_name` WHERE field_name REGEXP '^[abc]'
find all the name using mysql query which start with the letter ‘a’, Display result according to alfa letters mysql query, Show records where the name start with “A”, SQL query to show record whose name ends with particular letters, SQL statement to retrieve names beginning with A, SQL Query To select Employee name Start with A, Searches related to sql query to find name start with ‘a’, sql query to find name starts with ‘a’, write a query to display all 6-letter names that start with a, sql like in, sql ends with number, sql contains character, sql include, sql query starts with a specific letters, sql query to find name start with ‘a’
My name is Mukesh Jakhar and I am a Web Application Developer and Software Developer, currently living in Jaipur, India. I have a Master of Computer Application in Computer Science from JNU Jaipur University. I loves to write on technology and programming topics. Apart from this, I love to travel and enjoy the beauty of nature.