dblabs/c.sql
2024-01-25 19:40:23 +01:00

3 lines
No EOL
66 B
SQL

select firstName, lastName
from Students
where pNbr like '1975%'