Hi folks,
I've run the following query:
insert into `contact_data` select * from `l001`
and it returns:
(975 row(s) affected, 51 warning(s))
Execution Time : 00:00:00:218
Transfer Time : 00:00:00:000
Total Time : 00:00:00:218
Is there any way to actually see what those warnings are? I don't want them to be loss of data, but I just don't know how serious they are.
Many thanks
A