Sign in
apache
/
hive
/
master
/
.
/
hplsql
/
src
/
test
/
results
/
local
/
exception_divide_by_zero.out.txt
blob: 7c6a1208750aeac320b9698f657445220d307013 [
file
]
Ln:2 DECLARE booknum int
Ln:3 DECLARE total int
Ln:4 DECLARE percent int
Ln:6 SET booknum = 10
Ln:7 SET total = 0
Ln:8 SET percent = NULL
Ln:9 EXCEPTION HANDLER
Correct