selecting records based on datetime column changes the data in the datetime column ..very strange – Phpmyadmin
So i have a table that has multiple date time columns and i am trying to select certain records based on a certain date using SELECT * FROM `posdata` WHERE `CommissionDate` >= '2019-01-01 00:00:00' the table structure CREATE TABLE `posdata`…