Untitled

From Insensitive Hamerkop, 2 Months ago, written in SQL, viewed 103 times.
URL http://codebin.org/view/d168ee36 Embed
Download Paste or View Raw
  1. SELECT ss.reports_to AS manager_last_name,
  2.        s.last_name AS employee_last_name
  3. FROM staff AS s
  4. LEFT JOIN staff AS ss ON s.employee_id=ss.manager_last_name

Replies to Untitled rss

Title Name Language When
Re: Untitled Bistre Bat sql 2 Months ago.
Re: Untitled Whipped Dove sql 2 Months ago.

Reply to "Untitled"

Here you can reply to the paste above