Skip to content
Snippets Groups Projects
Commit 71d0b494 authored by Neil Conway's avatar Neil Conway
Browse files

Fix minor breakage to regression tests induced in previous commit -- I had

updated the expected/ output, not the output/ output. Apologies.
parent f5ab0a14
No related branches found
No related tags found
No related merge requests found
......@@ -24,10 +24,12 @@ UPDATE onek
--
UPDATE tmp
SET stringu1 = reverse_name(onek.stringu1)
FROM onek
WHERE onek.stringu1 = 'JBAAAA' and
onek.stringu1 = tmp.stringu1;
UPDATE tmp
SET stringu1 = reverse_name(onek2.stringu1)
FROM onek2
WHERE onek2.stringu1 = 'JCAAAA' and
onek2.stringu1 = tmp.stringu1;
DROP TABLE tmp;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment