LP#1901932 Wish List - Enhanced Concerto dataset
[evergreen-equinox.git] / Open-ILS / tests / datasets / sql / concerto_enhanced / biblio.peer_bib_copy_map.sql
1 COPY biblio.peer_bib_copy_map (id, peer_type, peer_record, target_copy) FROM stdin;
2 1       101     24      3105
3 2       101     93      3105
4 3       101     97      3105
5 4       101     100     3105
6 \.
7
8 \echo sequence update column: id
9 SELECT SETVAL('biblio.peer_bib_copy_map_id_seq', (SELECT MAX(id) FROM biblio.peer_bib_copy_map));