Skip to content

Instantly share code, notes, and snippets.

@cray0000
Created October 2, 2012 05:20
Show Gist options
  • Save cray0000/3816313 to your computer and use it in GitHub Desktop.
Save cray0000/3816313 to your computer and use it in GitHub Desktop.
L4. Выбрать всех школьников, старше 16 лет, проживающих на улице Гоголя
SELECT * FROM students WHERE age>16 AND address LIKE '%Гоголя%';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment