=SQLTABLE()
SQLTABLE Formula: Pull a Table from a MySQL Database to Google Sheets
Overview
Syntax
SQLTABLE(dbType, host, port, dbName, userName, userPwd, tableName)Parameters
Usage
Conclusion
Last updated
SQLTABLE Formula: Pull a Table from a MySQL Database to Google Sheets
SQLTABLE(dbType, host, port, dbName, userName, userPwd, tableName)Last updated
SQLTABLE("mysql", "example.rd2.amazonaws.com", 3306, "database name", "username", "user password", "table name")