Unsupported Screen Size: The viewport size is too small for the theme to render properly.

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: Exporting/backup Help #28997
    Kanng
    Member
    navyashree.r wrote on May 28 2009, 08:06 PM:
    Hi,

    To backup a single row from a table you can use the below SQL query by giving the exact path where to Backup.

    For example,

    “SELECT * FROM Table1 where column1 between #### AND #### INTO OUTFILE 'E:Test.SQL';”

    FYI,

    http://dev.mysql.com/doc/refman/5.1/en/select.html#id3854478

    Regards,

    Navya

    Alright cool thank you!

Viewing 1 post (of 1 total)