1 2 3 4 5 6 7
ceil(integer) # integer input - this is just the name remember :memory: SELECT ceil(3); # the SQL to run 1 # rows 1 # column ceil(3) # this is the header row 3.0 # this is really the result