Ignore:
Timestamp:
07/31/18 12:12:49 (6 years ago)
Author:
tbretz
Message:
Minor improvemt of the usage text
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/root2sql.cc

    r19101 r19102  
    150150        "This can be avoided using the 'ON DUPLICATE KEY' directive. With the "
    151151        "--duplicate,you can specify what should be updated in case of a duplicate key. "
    152         "For detaily, see the MySQL manual.\n"
     152        "To keep the row untouched, you can just update the primary key "
     153        "with the identical primary key, e.g. --duplicate='MyPrimary=VALUES(MyPrimary)'. "
     154        "For more details, see the MySQL manual.\n"
    153155        "\n"
    154156        "For debugging purpose, or to just create or drop a table, the final insert "
Note: See TracChangeset for help on using the changeset viewer.