回答編集履歴
1
ちょっと記入違いを訂正します・・
answer
CHANGED
@@ -26,7 +26,7 @@
|
|
26
26
|
※4行目は、上記テーブル定義では作れないデータですが、下記の関数の説明に使うのであえて書いています。
|
27
27
|
|
28
28
|
例えば、使用頻度の高そうな```count()```
|
29
|
-
**select count(test_id) from test_table** → ```
|
29
|
+
**select count(test_id) from test_table** → ```4```
|
30
30
|
ですが、
|
31
31
|
**select count(test_date) from test_table** → ```1```
|
32
32
|
NULLは数えられません。
|