Created
September 29, 2018 19:20
-
-
Save operateur-mar/9ded58b604334ccbf0a82cc3eac5ee97 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* Query N° 6 : Select customers with 'Ahmed' as name */ | |
| Select * from customer where LN = 'Ahmed' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment