Sign in
apache
/
cloudberry
/
HEAD
/
.
/
src
/
test
/
singlenode_isolation2
/
sql
/
oom_abort.sql
blob: 23bd733bf6bc08d1d458610c41d124ffbd436c32 [
file
] [
log
] [
blame
]
select
count
(
1
)
from
lineitem
as
a
,
lineitem
as
b
where
a
.
l_orderkey
=
b
.
l_orderkey
;