Groups > Novell > MySQL with Novell > How use user variable to specify file path in MySQl query?




How use user variable to specify file path in MySQl query?

How use user variable to specify file path in MySQl query?
Tue, 28 Feb 2006 14:55:40 GMT
-----------------
Trying to run query: 

set @path='55555.fil'; 
SELECT * INTO OUTFILE @path FROM `deps`; 

Got error  "...error in your SQL syntax near '@path ..." 

Post Reply
about | contact