We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46c1df7 commit 663963eCopy full SHA for 663963e
1 file changed
expr.cc
@@ -61,7 +61,7 @@ void case_expr::out(std::ostream &out)
61
{
62
out << "case when " << *condition;
63
out << " then " << *true_expr;
64
- out << " else " << *true_expr;
+ out << " else " << *false_expr;
65
out << " end";
66
indent(out);
67
}
0 commit comments