Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Apr 26th, 2012  |  syntax: None  |  size: 0.22 KB  |  hits: 16  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
This paste has a previous version, view the difference. Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. select Products.ProductID, Products.ProductName from Orders, [Order Details],Products where
  2. Orders.ShipCountry = 'Germany' AND Orders.OrderID = [Order Details].OrderID AND
  3.  [Order Details].ProductID = Products.ProductID