Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kryonix committed Jul 11, 2024
1 parent 325a04a commit d4b25f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/planner/binder/tableref/bind_basetableref.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ unique_ptr<BoundTableRef> Binder::Bind(BaseTableRef &ref) {
// something is wrong.
if (cte.materialized == CTEMaterialize::CTE_MATERIALIZE_ALWAYS) {
throw BinderException(
"There is a WITH item named \"%s\", but it cannot be references from this part of the query.",
"There is a WITH item named \"%s\", but it cannot be referenced from this part of the query.",
ref.table_name);
}

Expand Down

0 comments on commit d4b25f4

Please sign in to comment.