Changeset: f86c1a4636b5 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/f86c1a4636b5
Modified Files:
clients/mapiclient/mhelp.c
Branch: Mar2025
Log Message:
Correct table_ref. The [AS] is already part of table_name definition.
diffs (14 lines):
diff --git a/clients/mapiclient/mhelp.c b/clients/mapiclient/mhelp.c
--- a/clients/mapiclient/mhelp.c
+++ b/clients/mapiclient/mhelp.c
@@ -970,8 +970,8 @@ SQLhelp sqlhelp2[] = {
NULL},
{"table_ref",
NULL,
- "{ qname | file_path_str | proto_loader_uri_str | [ LATERAL ] func_ref
| [ LATERAL ] '(' subquery ')' } [ [AS] table_name ]\n"
- "| joined_table | '(' joined_table ')' [AS] table_name",
+ "{ qname | file_path_str | proto_loader_uri_str | [ LATERAL ] func_ref
| [ LATERAL ] '(' subquery ')' } [ table_name ]\n"
+ "| joined_table | '(' joined_table ')' table_name",
"table_name,subquery,joined_table",
NULL},
{"table_source",
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]