3 lines
88 B
MySQL
3 lines
88 B
MySQL
|
select firstName, pNbr
|
||
|
from Students
|
||
|
where substring(pNbr, LENGTH(pNbr) -1, 1) % 2 = 0
|