Moving lines on a MySQL database

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Lakigam

    Moving lines on a MySQL database

    Hello

    - I have 2 identical tables in the same MySQL database
    - I want to copy some content of the first one to the second one

    Any idea how to do this without using INSERT the DELETE ???

    Isn't there any "moving" function ?

  • Ray in HK

    #2
    Re: Moving lines on a MySQL database

    Are you kidding ?
    What is "move" ?

    "Lakigam" <jesse@lakigam. com> ¦b¶l¥ó
    news:1123161469 .726659.73230@o 13g2000cwo.goog legroups.com ¤¤¼¶¼g...[color=blue]
    > Hello
    >
    > - I have 2 identical tables in the same MySQL database
    > - I want to copy some content of the first one to the second one
    >
    > Any idea how to do this without using INSERT the DELETE ???
    >
    > Isn't there any "moving" function ?
    >[/color]


    Comment

    • zeldorblat@gmail.com

      #3
      Re: Moving lines on a MySQL database

      Move is an insert followed by a delete :)

      Comment

      Working...