Skip to content

Instantly share code, notes, and snippets.

@jjn1056
Created April 28, 2023 15:52
Show Gist options
  • Save jjn1056/4f686fada807f74470994c4e8e446cee to your computer and use it in GitHub Desktop.
Save jjn1056/4f686fada807f74470994c4e8e446cee to your computer and use it in GitHub Desktop.
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