일반적인 경우 이게 생각보단 쉽지 않은데, 아래와 같이 해볼수 있다.
표 끝부분에 조그만 선을 그어주고 a, b, c와 같이 footnote를 붙여준다.
\begin{table}[htp]
\centering
\caption{...}
\label{...}
\begin{minipage}{\textwidth}
\centering
\begin{tabular}{ccc...}
....
% use \footnote{}
....
\end{tabular}
\end{minipage}
\end{table}