4

I have been using the ODBC connector in PowerQuery to pull data from MariaDB using custom SQL:

Source = Odbc.Query("dsn=jobdb", "SELECT ... From ... WHERE ...")

A dedicated connector for MariaDB is now available and I can access data by:

Source = MariaDB.Contents("host", "jobdb"),
global_Table = Source {[Name="global",Kind="Table"]}[Data]

How do I use custom SQL to pull data from the dedicated MariaDB connector?

MortenM
  • 119
  • 1
  • 6

0 Answers0