you are viewing a single comment's thread
view the rest of the comments
[–] 20 points 2 years ago*
SELECT * FROM drinks WHERE alccontent > 0.15 AND type = "wine" AND vintageyear < 2010 LIMIT 1;
DROP TABLE drinks;
  • source
  • parent