Simple selection (4)
•SELECT DISTINCT SUBSTR(name, 1, 3)
•FROM sources;
•
•result:
•SUB
•---
•NGC