Description
TheCREATE VIEW
statement creates a view, which is a great way to do data preparation in MindsDB. A VIEW is a saved SELECT
statement, which is executed every time we call this view.
CREATE VIEW
statement creates a view, which is a great way to do data preparation in MindsDB. A VIEW is a saved SELECT
statement, which is executed every time we call this view.