You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @param string $viewName The name of the view to refresh.
432
+
* @param bool $concurrently Refresh the materialized view without locking out concurrent selects on the materialized view.
433
+
* @param bool|null $withData When `true` then the backing query is executed to provide the new data. Otherwise if `false` then no new data is generated and the materialized view is left in an unscannable state
434
+
*
435
+
* @return string The `REFRESH MATERIALIZED VIEW` SQL statement
0 commit comments