Ivo,
Thursday, August 15, 2002, 9:55:25 AM, you wrote:

IBin> I've a situation where I want to put an ascii file as a set of rows in a
IBin> table (one per line), whereas it may appear that some do already exist.

IBin> In either case, I'm looking for 1 command that just puts the set of rows in
IBin> the table. Is that possible in MySQL?

IBin> In normal behavior, this would mean a combination of insert or update, but
IBin> is there something like a put or load?

Take a look at LOAD DATA INFILE:
     http://www.mysql.com/doc/en/LOAD_DATA.html





-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Egor Egorov
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
       <___/   www.mysql.com



---------------------------------------------------------------------
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

  • put row Ivo Beckers [infopractica.nl]
    • Egor Egorov

Reply via email to