Skip to content

Instantly share code, notes, and snippets.

@ArCiGo
Last active May 19, 2019 21:40
Show Gist options
  • Save ArCiGo/428685d3de52ee29b9499c0065dfa8c7 to your computer and use it in GitHub Desktop.
Save ArCiGo/428685d3de52ee29b9499c0065dfa8c7 to your computer and use it in GitHub Desktop.
SELECT *
FROM Customer cus
WHERE FirstName LIKE 'Maria';
GO
/** Output **/
Id FirstName LastName City Country Phone
----------- ---------------------------------------- ---------------------------------------- ---------------------------------------- ---------------------------------------- --------------------
1 Maria Anders Berlin Germany 030-0074321
24 Maria Larsson Bräcke
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment