1 2 3 4 5 6 7
ceil(null) # text input, expecting null output :memory: SELECT ceil("some text"); # the SQL to run 1 # rows 1 # columns ceil("some text") # this is the header row (NULL) # this is really the result