Changes between Version 11 and Version 12 of Model Results
- Timestamp:
- Jan 16, 2012 5:51:46 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Model Results
v11 v12 109 109 }}} 110 110 111 {{{ 111 112 drop table if exists rht.tableresultmodel2; 112 113 create table rht.tableresultmodel as ( … … 131 132 on sub1.id_drain=sub4.id_drain 132 133 ); 134 }}}