Sign in
apache
/
hive
/
refs/heads/HiveAggregateReduceFunctionsRule
/
.
/
hplsql
/
src
/
test
/
queries
/
local
/
substr.sql
blob: 7785e39891bf6732f74fb54857c47d8a5af679b0 [
file
] [
log
] [
blame
]
SUBSTR
(
'FAILED Correct'
,
8
);
SUBSTR
(
'FAILED Correct FAILED'
,
8
,
7
);