Re: Re: Untitled

From Silly Zebra, 4 Months ago, written in Plain Text, viewed 80 times. This paste is a reply to Re: Untitled from Sweltering Shama - view diff
URL http://codebin.org/view/b7b3b3f8 Embed
Download Paste or View Raw
  1. ELECT t.name,
  2.        SUM(i.quantity),
  3.        playlist_id
  4. FROM track AS t,
  5.      playlist_track AS p
  6. INNER JOIN invoice_line AS i ON t.track_id=i.track_id
  7. INNER JOIN playlist_track AS i ON t.track_id=P.track_id
  8. --GROUP BY t.name,
  9. --         t.track_id-- добавьте новое поле для группировки
  10. --LIMIT 20-- добавьте ещё одно присоединение;

Replies to Re: Re: Untitled rss

Title Name Language When
Re: Re: Re: Untitled Emerald Lechwe text 4 Months ago.

Reply to "Re: Re: Untitled"

Here you can reply to the paste above