Guest User

Untitled

a guest
Dec 16th, 2017
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. Job_no Invoice_no Cust_Id BE_No Carrier
  2. 10 20 1 2323 A
  3. 11 25 2 565 S
  4. 12 23 1 23234 A
  5.  
  6. Dsr_column_Name
  7. Job_no
  8. Invoice_no
  9. Cust_ID
  10.  
  11. select (job_no, invoice_no, cust_Id) (this list should come dynamically from dsr_header table)
  12. from Job_details;
Add Comment
Please, Sign In to add comment