name for search that only first entry with a calue code example
Example: write sql query to show the details start from digit
SELECT * FROM YourTable WHERE YourColumn regexp '^[0-9]+'
SELECT * FROM YourTable WHERE YourColumn regexp '^[0-9]+'