I was wondering if it's possible to select something that has more/less than x characters in SQL.
For example, I have an employee table and I want to show all employee names that have more than 4 characters in their name.
Here's an example table
ID EmpName Dept
1 Johnny ACC
2 Dan IT
3 Amriel PR
4 Amy HR