iam new to sql and i would like to know how can I find the letter or symbol at the end of value in column called Name?
E.g if i would find something i will
The query ..where 'Name' like '%es' will find columns where name ends with "ES".
But if we need to find column where name ends with either "E" or "S", the query would be