You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: SQL/Leetcode/Basic select/1211. Queries Quality and Percentage/Claude Sonnet 4.6 Extended/Queries_Quality_and_Percentage_pandas.md
Copy file name to clipboardExpand all lines: SQL/Leetcode/Basic select/1211. Queries Quality and Percentage/Claude Sonnet 4.6 Extended/Queries_Quality_and_Percentage_postgresql.md
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ SELECT
47
47
2
48
48
) AS poor_query_percentage
49
49
FROM Queries
50
-
WHERE query_name IS NOT NULL--NULLクエリ名は除外(重複行対策)
50
+
WHERE query_name IS NOT NULL--NULL値による独立したNULLグループの生成を防ぐためにNULLを除外する
0 commit comments