This commit is contained in:
Tobias Schwarz
2023-01-26 01:40:31 +01:00
commit 5dbb01448d
2 changed files with 2102 additions and 0 deletions

2091
select4.sql Normal file

File diff suppressed because it is too large Load Diff

11
select4_noinsert.sql Normal file
View File

@@ -0,0 +1,11 @@
\o tmp1.txt
-- \set dumpmodule select4_ir.txt
SELECT a3, a2, e1, a9+b9, e4*658+b1, x8
FROM t3, t1, t9, t2, t8, t4
WHERE (e9=245 OR 35=e9 OR 799=e9)
AND c2=374
AND a3=e1
AND b4 in (408,261,877,33)
AND e8 in (874,329,487,242,533,56,203,893)
AND a1 in (380,992,32,189,338,358,161,538);