Advertisement
Guest User

Untitled

a guest
Dec 24th, 2014
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. INSERT INTO sa_device (operator_id, device_uuid, name, device_type_id, identifier, config, customer_id)
  2.  
  3.  
  4. SELECT 1001,
  5. '607f9ce7-3727-4f11-b37a-294985unique',
  6. 'finalized_device_name', 1, '', '',
  7. sa_customer.id
  8.  
  9. FROM sa_customer
  10.  
  11. WHERE sa_customer.extref='7177-6608-9401-5713-1078' AND sa_customer.operator_id=100;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement