3 lines
54 B
MySQL
3 lines
54 B
MySQL
|
select BOOK_SUBJECT
|
||
|
from BOOK
|
||
|
group by BOOK_SUBJECT;
|