DB2 has its ways... Go figure. Out of temporary table space because of
3-4 bind variables in a UNION
This commit is contained in:
parent
5f8635908a
commit
007c35529a
@ -437,10 +437,10 @@ extends BaseTest<A, AP, B, S, B2S, BS, L, X, DATE, BOOL, D, T, U, I, IPK, T725,
|
||||
// Add a dummy union, as a compile-time type-check
|
||||
.union(
|
||||
select(
|
||||
val("abc"),
|
||||
val(1),
|
||||
val(1))
|
||||
.where(val(1).eq(val(0))))
|
||||
inline("abc"),
|
||||
inline(1),
|
||||
inline(1))
|
||||
.where(inline(1).eq(inline(0))))
|
||||
|
||||
// Another dummy union as a compile-time type-check
|
||||
.union(create()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user