Reputation: 49
im working on this table 'Empleados'
idEmpleado
nombreEmmpleado
hijosEmpleado
Im trying this select on mysql workbench, but not working
select nombreEmpleado from empleados where nombreEmpleado like '[A-L]%' order by nombreEmpleado
I need to show all names starting with the range from A to L. Thanks.
Upvotes: 0
Views: 56