How can I solve this error ?
An opening bracket followed by a set of values was expected. (near “” at position 0)
#1064 – You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near ” at line 5
INSERT INTO `assignto_ratation_agent` (`id`, `lead_id`, `user_id`, `teaml_id`, `status`, `follow_up`, `created_at`) VALUES
(1, 78, 73, 60, 0, 0, ‘2023-01-04 09:20:47’),
(86, 6408, 69, 59, 0, 0, ‘2023-03-02 12:05:39’),
(3, 79, 72, 60, 0, 0, ‘2023-01-04 09:46:46’),
(4, 58, 73, 60, 0, 0, ‘2023-01-04 14:17:15’),
user25073675 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.