Skip to content

Instantly share code, notes, and snippets.

@cray0000
Created October 2, 2012 05:29
Show Gist options
  • Save cray0000/3816348 to your computer and use it in GitHub Desktop.
Save cray0000/3816348 to your computer and use it in GitHub Desktop.
L3. Выбрать студентов старше 18-ти лет, либо 2-го курса и выше.
SELECT * FROM students WHERE age>18 OR year>=2;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment