Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit e274e51

Browse files
authored
Update TODO.md
1 parent 6aa5139 commit e274e51

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

‎TODO.md‎

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -323,18 +323,3 @@ $$;
323323
# gender_by_name
324324

325325
http://ceur-ws.org/Vol-2754/paper3.pdf
326-
327-
# Тонкости сравнения NULL и record
328-
329-
Нужно об этом знать, чтобы на напороться на ошибки в своём коде.
330-
Testing a ROW expression with IS NULL only reports TRUE if every single column is NULL
331-
```sql
332-
SELECT
333-
(NULL, NULL) IS NULL as "(NULL, NULL) IS NULL", --true
334-
(NULL, NULL) IS NOT NULL as "(NULL, NULL) IS NOT NULL", --false
335-
NOT (NULL, NULL) IS NULL as "NOT (NULL, NULL) IS NULL", --false
336-
337-
(1, NULL) IS NULL as "(1, NULL) IS NULL", --false
338-
(1, NULL) IS NOT NULL as "(1, NULL) IS NOT NULL", --false --!!!
339-
NOT (1, NULL) IS NULL as "NOT (1, NULL) IS NULL" --true --!!!
340-
```

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /