1교시

 
table without id
	file.link as "문제번호",
	tags,
	관련노트,
	중요,
	풀이,
	반복도,
	정답
from "(21) 문제모음"
 
where
	contains(file.name,"124-1")
sort file.name ascending
 

2교시

 
table without id
	file.link as "문제번호",
	tags,
	관련노트,
	중요,
	풀이,
	반복도,
	정답
from "(21) 문제모음"
 
where
	contains(file.name,"124-2")
sort file.name

3교시

 
table without id
	file.link as "문제번호",
	tags,
	관련노트,
	중요,
	풀이,
	반복도,
	정답
from "(21) 문제모음"
 
where
	contains(file.name,"124-3")
sort file.name
 

4교시

 
table without id
	file.link as "문제번호",
	tags,
	관련노트,
	중요,
	풀이,
	반복도,
	정답
from "(21) 문제모음"
 
where
	contains(file.name,"124-4")
sort file.name