반복도 10

 
table without id
	file.link as "문제번호",
	설명,
	관련노트,
	중요,
	풀이,
	file.mday
 
from "(21) 문제모음"
 
where
	contains(반복도,10)
Where
	contains(tags,"🧮")
sort 중요 desc
 

반복도 9

 
table without id
	file.link as "문제번호",
	설명,
	관련노트,
	중요,
	풀이,
	file.mday
from "(21) 문제모음"
 
where
	contains(반복도,9)
Where
	contains(tags,"🧮")
sort 중요 desc
 

반복도 8

 
table without id
	file.link as "문제번호",
	설명,
	관련노트,
	중요,
	풀이,
	file.mday
from "(21) 문제모음"
 
where
	contains(반복도,8)
Where
	contains(tags,"🧮")
sort 중요 desc
 

반복도 7

 
table without id
	file.link as "문제번호",
	설명,
	관련노트,
	중요,
	풀이,
	file.mday
from "(21) 문제모음"
 
where
	contains(반복도,7)
Where
	contains(tags,"🧮")
sort 중요 desc
 

반복도 6

 
table without id
	file.link as "문제번호",
	설명,
	관련노트,
	중요,
	풀이,
	file.mday
from "(21) 문제모음"
 
where
	contains(반복도,6)
Where
	contains(tags,"🧮")
sort 중요 desc
 

반복도 5

 
table without id
	file.link as "문제번호",
	설명,
	관련노트,
	중요,
	풀이,
	file.mday
from "(21) 문제모음"
 
where
	contains(반복도,5)
Where
	contains(tags,"🧮")
sort 중요 desc
 

반복도 4

 
table without id
	file.link as "문제번호",
	설명,
	관련노트,
	중요,
	풀이,
	file.mday
from "(21) 문제모음"
 
where
	contains(반복도,4)
Where
	contains(tags,"🧮")
sort 중요 desc
 

반복도 3

 
table without id
	file.link as "문제번호",
	설명,
	관련노트,
	중요,
	풀이,
	file.mday
from "(21) 문제모음"
 
where
	contains(반복도,3)
Where
	contains(tags,"🧮")
sort 중요 desc
 

반복도 2

 
table without id
	file.link as "문제번호",
	설명,
	관련노트,
	중요,
	풀이,
	file.mday
from "(21) 문제모음"
 
where
	contains(반복도,2)
Where
	contains(tags,"🧮")
sort 중요 desc
 

반복도 1

 
table without id
	file.link as "문제번호",
	설명,
	관련노트,
	중요,
	풀이,
	file.mday
from "(21) 문제모음"
 
where
	contains(반복도,1)
Where
	contains(tags,"🧮")
sort 중요 desc
 

계산형 (제외)

 
table without id
	file.link as "문제번호",
	설명,
	관련노트,
	중요,
	풀이,
	반복도
	
from "(21) 문제모음"
 
where
	contains(tags,"🧮")
where	
	contains(반복도, 0)
sort tags desc
sort 중요 desc