Insert query works directly in MySQL, not via Code Igniter it passes an empty value – Phpmyadmin
In my Code Igniter (PHP) application I insert multiple rows using the query below:
INSERT INTO attribute_data (attribute_ID,product_ID,attribute_value) VALUES (2,3,123),(2,3,543)<br