Advertisement
abdurahman_argoebie

Untitled

Aug 22nd, 2024
336
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 0.46 KB | Source Code | 0 0
  1. select * from so s where code = 'HI.OL.2407.01312';
  2.  
  3. select * from order_sales os where order_code = 'HI.OL.2407.01312';
  4.  
  5. select * from order_sales_address osa where order_sales_id = 8219;
  6.  
  7. select * from order_sales_detail osd where order_sales_address_id = 8227;
  8.  
  9. select * from so_detail_sn sds where so_id = 10531;
  10.  
  11. select * from model_sn ms where serial_number = '111007900201111110000483';
  12.  
  13. select * from unit_sn_history_wms ushw where unit_id = 75429;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement