Guest User

Untitled

a guest
Jun 22nd, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. select * from
  2. (select distinct b.billing_id FROM patrick_CubeCart_company c
  3. inner join patrick_cubecart_billing b on c.kis_nummer = b.kis_nummer)
  4.  
  5. Incorrect syntax near ')'
Add Comment
Please, Sign In to add comment