Untitled

From Sweltering Pelican, 4 Months ago, written in Plain Text, viewed 54 times.
URL http://codebin.org/view/c89ddff6 Embed
Download Paste or View Raw
  1. SELECT *
  2. FROM stackoverflow.posts AS p
  3. JOIN stackoverflow.users AS u ON p.user_id = u.id
  4. WHERE display_name = 'Joel Coehoorn'

Reply to "Untitled"

Here you can reply to the paste above