aboutsummaryrefslogblamecommitdiff
path: root/sql/hive/src/test/resources/golden/udf_div-1-f23a07b1c6b1a98b303863188c10a8d8
blob: 59265a74f9b3f802fa2ec9c9f4f9c32f3eb9b2d0 (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