What is the use of UNION=() in CREATE TABLE?
Code:
ENGINE=MRG_MyISAM DEFAULT CHARSET=utf8 UNION=();
I have been given some code and could not explain why it's err's out. Checked the mysql 5.0 manual but nothing(
http://dev.mysql.com/doc/refman/5.0/...ate-table.html). It only explains using UNION in a SELECT statement which I understand.
If I drop off UNION=() then CREATE TABLE works fine.
thanks & regards