Created
April 28, 2023 15:52
-
-
Save jjn1056/4f686fada807f74470994c4e8e446cee 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 COUNT( * ) FROM ( | |
SELECT | |
id, | |
person_id as author_id, | |
? as reader_id, | |
title, | |
content, | |
created_at | |
FROM posts | |
) "me": '333' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment