1 2 3 4 5 6 7
sign-neg2int :memory: SELECT sign(-2); # the SQL to run 1 # rows 1 # column sign(-2) # this is the header row -1.0 # this is really the result