Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
admin:features:rollups:create [2012/02/17 16:38]
doc
admin:features:rollups:create [2016/06/28 22:38] (current)
Line 14: Line 14:
 A rollup table is quite easy to create. ​ The rollup tables are first created in the Omnidex Environment File, complete with the SQL statement that represents the rollup data.  Then the UPDATE ROLLUPS statement is issued in ODXSQL to populate the rollup tables. ​ Here is a simple example of declaring a regular table, followed by the creation of two rollup tables: A rollup table is quite easy to create. ​ The rollup tables are first created in the Omnidex Environment File, complete with the SQL statement that represents the rollup data.  Then the UPDATE ROLLUPS statement is issued in ODXSQL to populate the rollup tables. ​ Here is a simple example of declaring a regular table, followed by the creation of two rollup tables:
  
-<​code ​sql>+<​code>​
 create table          "​INDIVIDUALS"​ create table          "​INDIVIDUALS"​
  ​physical ​            "​dat/​individuals.dat"​  ​physical ​            "​dat/​individuals.dat"​
 
Back to top
admin/features/rollups/create.1329496707.txt.gz ยท Last modified: 2016/06/28 22:38 (external edit)