Hello,
I would like to know if anyone knows the maximum number of tables and Values in the command below.
[php]INSERT INTO table_name (table1, table2, table3,…)
VALUES (value1, value2, value3,…);[/php]
I am at 64 tables and values however when I add additional table and value it does not add anymore on my database. I don’t know what causes this issue.
Please advise. Thanks.
Roggie