public viewExists (mixed $viewName, [mixed $schemaName])
Generates SQL checking for the existence of a schema.view
var_dump($connection->viewExists("active_users", "posts"));
public viewExists (mixed $viewName, [mixed $schemaName])
Generates SQL checking for the existence of a schema.view
var_dump($connection->viewExists("active_users", "posts"));
Please login to continue.