aboutsummaryrefslogblamecommitdiff
path: root/sql/hive/src/test/resources/golden/udf_div-2-f23a07b1c6b1a98b303863188c10a8d8
blob: 6b79eff6e60924755b16cc9d6df595dd77709ab4 (plain) (tree)
1
2
3
4


                                                   
   
a div b - Divide a by b rounded to the long integer
Example:
  > SELECT 3 div 2 FROM src LIMIT 1;
  1