Skip to content

Instantly share code, notes, and snippets.

@hashcc
Created October 31, 2021 17:08
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/3daa78226431c4579ccd9c52c666787a to your computer and use it in GitHub Desktop.
Save hashcc/3daa78226431c4579ccd9c52c666787a to your computer and use it in GitHub Desktop.
select
ID,
ニックネーム,
レシピ投稿数
from
users
where
ニックネーム like '%ゲスト%'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment