Untitled

From Botched Gorilla, 2 Months ago, written in Plain Text, viewed 46 times.
URL http://codebin.org/view/289bc1f6 Embed
Download Paste or View Raw
  1. select *
  2. from acquisition as a
  3. left join company as c on a.acquiring_company_id=c.id
  4. left join company as cc on a.acquired_company_id=cc.id

Reply to "Untitled"

Here you can reply to the paste above