Sign in
apache
/
hive
/
refs/heads/HiveAggregateReduceFunctionsRule
/
.
/
hplsql
/
src
/
test
/
queries
/
db
/
expression.sql
blob: cd82e7a5b2109696584ce6af286960329a46fd5f [
file
] [
log
] [
blame
]
select
0.12
*
0.14
,
0.13
/
0.11
,
1
+
2
,
1
-
2
,
(
1-2
)
+3
,
3
*
(
2-1
)
from
src limit
1
;