Skip to content

Commit 6ff7eb4

Browse files
authored
Update README.md
1 parent 28578b2 commit 6ff7eb4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • Урок 3.3 Что такое NULL? Сравнение с пустой строкой

Урок 3.3 Что такое NULL? Сравнение с пустой строкой/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,6 @@ select
5656
from
5757
address a
5858
where
59-
address2 in ('Moscow', '', null)
59+
address2 in ('Moscow', '', null);
6060
```
6161

0 commit comments

Comments
 (0)