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

Batch queries and exporting

forums forums SQLyog Using SQLyog Batch queries and exporting

  • This topic is empty.
Viewing 4 reply threads
  • Author
    Posts
    • #8467
      cpboulder
      Member

      I would like to execute a batch file and have the output to a text file. The equivalent MySQL statement would be:

      mysql output.txt

      When I execute a batch file, it only displays the result from the last query.

      Any suggestions?

      Thanks,

      Chuck

    • #15955
      Ritesh
      Member

      By output do you mean messages and errors returned after execution of query(s) or result(s) returned from a query(s)?

    • #15956
      cpboulder
      Member

      Just results from the queries.

      Chuck

    • #15957
      cpboulder
      Member

      Any suggestions?

    • #15958
      Ritesh
      Member

      Right click on the result window and select Export resultset

Viewing 4 reply threads
  • You must be logged in to reply to this topic.