Guys so i have some employee data with name and id number employee. The format of id number employee is different for each employee. e.g
- 0000123 Kelvin
- 0001122 John
- 0011223 Doe
- 0008950 Henry
In the end of the day, i only want the data with id number start with 1 after 0, is it possible?