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

Executing In Batch Mode

forums forums SQLyog Using SQLyog Executing In Batch Mode

  • This topic is empty.
Viewing 0 reply threads
  • Author
    Posts
    • #24391
      peterlaursen
      Participant

      If I understand right you can use a SJA notifications job and “SELECT … INTO OUTFILE”

      http://dev.mysql.com/doc/refman/5.0/en/select.html

      says

      Quote:
      The SELECT … INTO OUTFILE statement is intended primarily to let you very quickly dump a table to a text file on the server machine. If you want to create the resulting file on some client host other than the server host, you cannot use SELECT … INTO OUTFILE. In that case, you should instead use a command such as mysql -e “SELECT …” > file_name to generate the file on the client host.
Viewing 0 reply threads
  • You must be logged in to reply to this topic.