Skip to content

Instantly share code, notes, and snippets.

@cray0000
Created October 2, 2012 05:08
Show Gist options
  • Save cray0000/3816285 to your computer and use it in GitHub Desktop.
Save cray0000/3816285 to your computer and use it in GitHub Desktop.
L2. Выбор имени и фамилии всех работников с именем "Вася".
SELECT name, surname FROM employees WHERE name='Вася';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment