source:
xssim/trunk/db/example/data/queues.sql
@
104
Revision 104, 421 bytes checked in by wojtekp, 13 years ago (diff) |
---|
Line | |
---|---|
1 | INSERT INTO `gssim_results`.`queues` (`fk_resource_id`, `name`, `avg_length`) |
2 | VALUES ('21', 'default', '0.437'), |
3 | ('22', 'default', '0.625'), |
4 | ('31', 'default', '1'), |
5 | ('32', 'default', '0.375'), |
6 | ('41', 'default', '0.667'), |
7 | ('42', 'default', '0.5'), |
8 | ('43', 'default', '0'), |
9 | ('51', 'default', '0.414'), |
10 | ('52', 'default', '0.765'), |
11 | ('53', 'default', '0'); |
Note: See TracBrowser
for help on using the repository browser.