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

Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • in reply to: sqlyog feature #14673
    webRat
    Member

    Makes me wonder if Micro$oft has a patent on that though. I don't think I've seen any other db with that feature.

    in reply to: sqlyog feature #14670
    webRat
    Member

    Shadow,

    I think you misunderstood what benny was saying. 😮

    He was saying it would be nice to have multiple views of a table inside the GUI client. Not MySQL “views”.

    ~Todd

    in reply to: Request: Dual Monitor Support? #14740
    webRat
    Member

    appreciate it. 🙂

    in reply to: Request: Dual Monitor Support? #14738
    webRat
    Member

    Suuuuure…

    Screenshot: SQLYog – Dual Monitor bug

    in reply to: Truncate db / table incorrect #14078
    webRat
    Member

    FYI: http://www.mysql.com/doc/en/TRUNCATE.html

    Quote:
    syntax: TRUNCATE TABLE table_name

    TRUNCATE TABLE differs from DELETE FROM … in the following ways:

    * Truncate operations drop and re-create the table, which is much faster than deleting rows one by one.

    * Not transaction-safe; you will get an error if you have an active transaction or an active table lock.

    * Doesn't return the number of deleted rows.

    * As long as the table definition file `table_name.frm' is valid, the table can be re-created this way, even if the data or index files have become corrupted.

    TRUNCATE is an Oracle SQL extension.

Viewing 5 posts - 1 through 5 (of 5 total)