Back
6.tex
\documentclass[10pt,a4paper]{article}
\usepackage{multirow}
\begin{document}
\hline
\hspace{10pt}col1 & col2 & col3 \\
\hline
\multirow{2}{*}{Multiple } & cell2 & cell3 \\
\multirow{2}{*}{row}& cell5 & cell6 \\
& cell8 & cell9 \\
\hline
\end{tabular}
\end{document}