Skip to content

Commit 9d09f0a

Browse files
committed
update note @SQL
1 parent 55207d8 commit 9d09f0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sql/select.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ ORDER BY priority DESC, end_date ASC
7474
7575
### Sorting `NULL` values
7676

77-
* for `ASC`: `NULL`s goes to the beginning
78-
* for `DESC`: `NULL`s goes to the end
77+
* for `ASC`: `NULL`s go to the beginning
78+
* for `DESC`: `NULL`s go to the end
7979

8080
To change this behavior, results can be sorted using `IF()` function:
8181

0 commit comments

Comments
 (0)