I am having an issue with the positioning of the table in LaTex.
This is the code for the table:
\begin{tabular}
{|m{2cm}|m{2cm}|m{1.5cm}|l|}
\hline Title&Methodology&Dataset&Accuracy\\ \hline A Supervised Machine Learning Approach to Detect Fake Online Reviews & Naive Bayes, Decision Tree, Random Forest, and Support Vector Machine & Amazon reviews &91.45\%\\
\hline Declarative Programming Approach for Fake Review Detection & Declarative Programming Approach & Hotel reviews & 94.87\% \\
\hline Detecting Fake Reviews through Sentiment Analysis Using Machine Learning Techniques & Sentiment Analysis with Naive Bayes and SVM & Hotel Reviews & 87\% \\
\hline Fake Review Detection Based on Multiple Feature Fusion and Rolling Collaborative Training & Naive Bayes, Decision Tree, Random Forest, and Support Vector Machine & Amazon reviews & 97.98\% \\
\hline Impact of Sentiment Analysis in Fake Online Review Detection & Naive Bayes, Random Forest, and Support Vector Machine & E-commerce website & 96.36\% \\
\hline The Effect of Fake Reviews on e-Commerce During and After the Covid-19 Pandemic: SKL-Based Fake Reviews Detection. & Machine learning algorithm based on the Scikit-Learn library & E-commerce platform & 95.22\% \\
\hline Using Boosting Approaches to Detect Spam Reviews & AdaBoost, Gradient Boosting, and XGBoost, using various features such as n-grams, part-of-speech tags & E-commerce websites & 95.4\% \\
\hline
\end{tabular}
The layout of the document is the IEEE conference paper. The content is divided into two columns and my table is on the right column in the middle. Since my table has 8 columns, it is moving all together to the left column on the next page. I want to break the table so that it could fit in.
I have tried using float, and h! commands, but in vain.

\begin{table*}so it spans over 2 columns at the top of a page – David Carlisle May 19 '23 at 10:56\documentclassand ending with\end{document}as you have been asked in other comments. Something similar as you can see in my answer. Mentioned, that this is ieee conference paper is not sufficient. Help us to help you. – Zarko May 22 '23 at 06:38