Facebook
From Aqua Mosquito, 6 Years ago, written in Plain Text.
This paste is a reply to sql from sdada - view diff
Embed
Download Paste or View Raw
Hits: 571
  1. SELECT c.FirstName, c.LastName, g.Name FROM Customer c, Invoice i, InvoiceLine il, Track t, Genre g WHERE c.CustomerId=i.CustomerId AND i.InvoiceId=il.InvoiceId AND il.TrackId=t.TrackId AND t.GenreId=g.GenreId AND g.Name='Heavy Metal' AND c.Country='USA';

Replies to Re: sql rss

Title Name Language When
Re: Re: sql Unique Finch text 6 Years ago.