This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
dev:sql:statements:update_rollups:home [2010/05/10 23:52] tdo created |
dev:sql:statements:update_rollups:home [2016/06/28 22:38] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| {{page>:top_add&nofooter&noeditbtn}} | {{page>:top_add&nofooter&noeditbtn}} | ||
| <html><div align="center"><span style="color:red">DRAFT</span></div></html> | <html><div align="center"><span style="color:red">DRAFT</span></div></html> | ||
| + | ====== Omnidex SQL: UPDATE ROLLUPS ====== | ||
| + | {{page>:sql_bar&nofooter&noeditbtn}} | ||
| - | ====== Omnidex SQL: UPDATE ROLLUP TABLES ====== | ||
| ===== Description ===== | ===== Description ===== | ||
| Update rollup tables. | Update rollup tables. | ||
| - | |||
| ===== Syntax ===== | ===== Syntax ===== | ||
| <code> | <code> | ||
| - | UPDATE ROLLUPS [FOR <ENVIRONMENT [environment] | DATABASE database | | + | UPDATE ROLLUPS [FOR <ENVIRONMENT [environment] |
| - | TABLE table>] [ON [INSTANCE] instance] [WITH options] | + | | DATABASE database |
| + | | TABLE table>] | ||
| + | [ON [INSTANCE] instance] | ||
| + | [WITH options] | ||
| </code> | </code> | ||
| + | |||
| ===== Discussion ===== | ===== Discussion ===== | ||