LP#1901932 Wish List - Enhanced Concerto dataset
[evergreen-equinox.git] / Open-ILS / tests / datasets / sql / concerto_enhanced / asset.copy_location_group_map.sql
1 COPY asset.copy_location_group_map (id, location, lgroup) FROM stdin;
2 1       103     1
3 2       104     1
4 3       110     1
5 4       112     1
6 5       113     1
7 6       114     1
8 7       116     1
9 8       129     2
10 9       130     2
11 10      143     2
12 11      144     2
13 \.
14
15 \echo sequence update column: id
16 SELECT SETVAL('asset.copy_location_group_map_id_seq', (SELECT MAX(id) FROM asset.copy_location_group_map));