dblabs/d.sql

3 lines
88 B
MySQL
Raw Normal View History

2024-01-25 19:40:23 +01:00
select firstName, pNbr
from Students
where substring(pNbr, LENGTH(pNbr) -1, 1) % 2 = 0