Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
createView()
const viewSelect = `SELECT t.sqft, t.location, m.rental_price FROM mysql_demo_db.home_rentals as t JOIN mindsdb.home_rentals_model as m`; const predictionsView = await MindsDB.Views.createView( 'view_name', 'project_name', viewSelect);
Was this page helpful?