• Breaking News

    MySQL - #8 Tips for Editing Queries

    The query you just entered contained an error and you want to fix it without typing the whole thing again?

    Do you want to repeat an earlier statement without retyping it?

    Just use MySQL's built-in query editor!

    Here you have the #8 most repetitive MySQL editing commands:


    The input-line editing capabilities in MySQL are based on the GNU Readline library.

    You can read the documentation for this library to find out more about the many editing functions that are available.

    For more information, check the Bash manual, available online at GNU site

    Keep it handy as I do!

    No comments