LP#1901932 Wish List - Enhanced Concerto dataset
[evergreen-equinox.git] / Open-ILS / tests / datasets / sql / concerto_enhanced / asset.uri_call_number_map.sql
1 COPY asset.uri_call_number_map (id, uri, call_number) FROM stdin;
2 40      11      1757
3 41      10      1758
4 42      9       1759
5 43      8       1760
6 \.
7
8 \echo sequence update column: id
9 SELECT SETVAL('asset.uri_call_number_map_id_seq', (SELECT MAX(id) FROM asset.uri_call_number_map));