Created
August 14, 2015 15:31
-
-
Save gintsgints/e96e0f1cea13b0e3b2a6 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
Select: | |
SELECT "id", "username", "createdAt", "updatedAt" FROM "Users" "User" WHERE "User"."username" = 'John' AND ROWNUM <= 1 | |
Returned rows: | |
1, | |
'John', | |
Fri Aug 14 2015 18:24:28 GMT+0300 (FLE Daylight Time), | |
Fri Aug 14 2015 18:24:28 GMT+0300 (FLE Daylight Time) | |
Key, Value arguments for function: | |
key: 1 | |
value: { isNewRecord: false, | |
raw: true, | |
attributes: [ 'id', 'username', 'createdAt', 'updatedAt' ] } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment