On 07-Aug-2001 Kevin wrote:
> 
> Thanks for pointing out mysqldump.
> 
> I now need to be able to copy a limited number of data records.  I see that
> mysqldump allows data copy by providing the cooresponding INSERT statements.
> However, I don't always want all of the records.  Some of my tables have
> thousands of records and I may only want the first 200 or so.  I did not see
> an option on mysqldump that would limit the number of records.  Any ideas
> without writing a program?
> 

mysqldump -help

look for the --where option

Regards,
-- 
Don Read                                       [EMAIL PROTECTED]
-- It's always darkest before the dawn. So if you are going to 
   steal the neighbor's newspaper, that's the time to do it.
                            (53kr33t w0rdz: sql table query)

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to