Hey everyone,
I’m running into trouble using SELECT ... INTO outfile
Here’s the query I’m running:
SELECT * INTO outfile ‘c:\\temp\\test.txt’
FROM `db`.`table`
WHERE dateTime = ‘2009-12-09 16:45:35’;
I get the following error:
The query includes syntax that is not supported by the Infobright
Optimizer. Either restructure the quer...
by cugb_cat - MySQL - 2011-12-19 13:55:12 阅读(1389) 回复(0)