Skip to content

Instantly share code, notes, and snippets.

@hashcc
Created October 31, 2021 17:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hashcc/e0230a2568a3486bb8092aaca5a1fe36 to your computer and use it in GitHub Desktop.
Save hashcc/e0230a2568a3486bb8092aaca5a1fe36 to your computer and use it in GitHub Desktop.
select
ID,
ニックネーム,
レシピ投稿数
from
users
where
ニックネーム like '%ゲスト%' and
登録日 >= date '2021-01-01'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment