Try Using " Select into outfile "
More Info : http://dev.mysql.com/doc/refman/5.0/en/select.html
--Praj
On Wed, 22 Mar 2006 12:59:44 +0530
Mohammed Abdul Azeem <[EMAIL PROTECTED]> wrote:
> Hi,
>
> Can we any use bcp to perform bulk copy for MYSQL as in SYBASE ? If not,
> is there any other too
Hi,
You can try to use the command select into outfile.
thanks,
ehrwin
At 03:29 PM 3/22/2006, Mohammed Abdul Azeem wrote:
Hi,
Can we any use bcp to perform bulk copy for MYSQL as in SYBASE ? If not,
is there any other tool which can do the same operation. I need to
perform a "bcp out" from
Try "SELECT INTO OUTFILE..."
Here's the MySQL documentation on that: http://dev.mysql.com/doc/
refman/5.0/en/select.html
Good luck!
On Mar 22, 2006, at 1:29 AM, Mohammed Abdul Azeem wrote:
Hi,
Can we any use bcp to perform bulk copy for MYSQL as in SYBASE ? If
not,
is there any other
Hi,
Can we any use bcp to perform bulk copy for MYSQL as in SYBASE ? If not,
is there any other tool which can do the same operation. I need to
perform a "bcp out" from Mysql and then "bcp in" to Sybase. Please help
me out regarding the same.
Thanks in advance,
Abdul.
___