Typo fix.

This commit is contained in:
BayoNet 2019-08-19 12:53:23 +03:00
parent 6462809338
commit dd3ce02644

View File

@ -241,7 +241,7 @@ SHOW CREATE TABLE t_null
└───┴──────┘ └───┴──────┘
``` ```
Apply the `resumenotnull` function to the `y` column. Apply the `assumeNotNull` function to the `y` column.
``` ```
SELECT assumeNotNull(y) FROM t_null SELECT assumeNotNull(y) FROM t_null