I am a newcomer in Latex. I am writing a paper that normally has two columns. I put a table, and it was ok for the tables that I wanted to place in one column, but I want to add a table that fits into two columns. Please help me. Thank you in advance.
\documentclass[lettersize,journal]{IEEEtran}
\usepackage{amsmath,amsfonts}
\usepackage{algorithmic}
\usepackage{algorithm}
\usepackage{array}
\usepackage[caption=false,font=normalsize,labelfont=sf,textfont=sf]{subfig}
\usepackage{textcomp}
\usepackage{stfloats}
\usepackage{url}
\usepackage{verbatim}
\usepackage{graphicx}
\usepackage{cite}
\usepackage{xcolor,colortbl}
\begin{table}[ht]
\caption{Experimental Value of Components\label{tab:Comparison}}
\centering
\begin{tabular}{|c|>{\columncolor[gray]{0.8}}c|c|c|c|c|c|c|c|c|c|}
\hline
\cellcolor[gray]{0.95} Ref. & \cellcolor[gray]{0.95} Number of&Voltage Gain (G)&Duty Cycle Range&Maximum Voltage Stress on&Total Voltage Stress on Semiconductors&Low Pulsating Input Current&.&..&..&..\\
\hline
\hline
Output Power, $P_{o}$ & 400 W&&&&&&&&&\\
\hline
Input-output voltage &&&&&&&&&& \\
\hline
& &&&&&&&&& \\
\hline
& &&&&&&&&& \\
\hline
&&&&&&&&&& \\
\hline
& &&&&&&&&&\\
\hline
&&&&&&&&&& \\
\hline
&&&&&&&&&& \\
\hline
\end{tabular}
\end{table}

\begin{table*}...– Pieter van Oostrum Dec 15 '22 at 11:26\end{table*}? – Pieter van Oostrum Dec 15 '22 at 16:05