From daeaa0e24ae2ca66558101545b3eec130a038acf Mon Sep 17 00:00:00 2001 From: Mozhgan Date: Tue, 25 Nov 2025 11:19:42 +0100 Subject: [PATCH] feat: document update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 71d7425..60042f0 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,7 @@ You can choose to exclude fields from the select statement, for example: - When you apply logic to a field and don't want to keep the original. - When you join tables and a field with the same name is available on multiple tables. -Make sure to put the relation also in the from clause. Otherwise, the table from which you select can't be found. +Make sure to put the relation also in the from clause without using an alias. Otherwise, the table from which you select can't be found. Usage: