Advertisement
Guest User

Untitled

a guest
Aug 12th, 2016
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. INSERT INTO asset.copy (
  2.         age_protect,
  3.         alert_message,
  4.         barcode,
  5.         call_number,
  6.         circ_as_type,
  7.         circ_lib,
  8.         circ_modifier,
  9.         circulate,
  10.         copy_number,
  11.         create_date,
  12.         active_date,
  13.         creator,
  14.         deleted,
  15.         dummy_isbn,
  16.         deposit,
  17.         deposit_amount,
  18.         dummy_author,
  19.         dummy_title,
  20.         edit_date,
  21.         editor,
  22.         fine_level,
  23.         holdable,
  24.         id,
  25.         loan_duration,
  26.         location,
  27.         opac_visible,
  28.         price,
  29.         ref,
  30.         status,
  31.         status_changed_time,
  32.         mint_condition,
  33.         floating,
  34.         cost
  35. ) VALUES (
  36.         DEFAULT,
  37.         DEFAULT,
  38.         DEFAULT, -- barcode should be here
  39.         31602,
  40.         'a',
  41.         3,
  42.         DEFAULT,
  43.         't',
  44.         DEFAULT,
  45.         'now',
  46.         DEFAULT,
  47.         8,
  48.         DEFAULT,
  49.         DEFAULT,
  50.         '0',
  51.         '0',
  52.         DEFAULT,
  53.         DEFAULT,
  54.         'now',
  55.         8,
  56.         2,
  57.         't',
  58.         DEFAULT,
  59.         2,
  60.         1,
  61.         't',
  62.         '0',
  63.         'f',
  64.         0,
  65.         DEFAULT,
  66.         't',
  67.         DEFAULT,
  68.         DEFAULT
  69. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement