Guest
Public paste!

Untitled

By: a guest | Mar 19th, 2010 | Syntax: Bash | Size: 0.17 KB | Hits: 67 | Expires: Never
Copy text to clipboard
  1. SELECT name FROM score WHERE score > 100 OR (SCORE = 100 AND created > $this->created)
  2. SELECT name FROM score WHERE score < 100 OR (SCORE = 100 AND created < $this->created)