You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/official-site/sqlpage/migrations/09_redirect.sql
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ This component helps you:
12
12
There is no `IF` statement in SQL. Even when you use a [`CASE` expression](https://modern-sql.com/caniuse/case_(simple)), all branches are always evaluated (and only one is returned).
13
13
14
14
To conditionally execute a component or a [SQLPage function](/functions.sql), you can use the `redirect` component.
15
-
A common use case is error handling. You may want to process with the rest of a page only when certain pre-conditions are met.
15
+
A common use case is error handling. You may want to proceed with the rest of a page only when certain pre-conditions are met.
0 commit comments