Created
December 6, 2017 12:07
-
-
Save arpadtamasi/13ffdd4e1db335056a08cef43b189e07 to your computer and use it in GitHub Desktop.
sample query for article
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
> SELECT CURRENT_USER(); | |
+----------------+ | |
| CURRENT_USER() | | |
+----------------+ | |
| @localhost | | |
+----------------+ | |
1 row in set (0.00 sec) | |
> SELECT USER(); | |
+-------------------+ | |
| USER() | | |
+-------------------+ | |
| samebug@localhost | | |
+-------------------+ | |
1 row in set (0.00 sec) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment