1.

Is there any method to find the strings starting with letter ‘a’ from a field in SQL?

Answer»

Use LIKE operator, LIKE ‘a%’



Discussion

No Comment Found