MySQL icon indicating copy to clipboard operation
MySQL copied to clipboard

Invoke-MySqlQuery for different databases on the same server

Open trofivan opened this issue 8 years ago • 0 comments

Hello. I have 2 databases on the same server:

  1. tc-db-log
  2. tc-db-main

I want select data with LEFT JOIN in query, but in your PS module i need set database name before running the query. Can I use Invoke-MySqlQuery for LEFT JOIN from 2 databases?

Query example: image

trofivan avatar Mar 15 '17 08:03 trofivan