File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -910,7 +910,7 @@ Optionally takes a `unit` string argument ('km' or 'mi') which defaults to miles
910
910
911
911
#### group_by ([ source] ( macros/sql/groupby.sql ) )
912
912
913
- This macro build a group by statement for fields 1...N
913
+ This macro builds a group by statement for fields 1...N
914
914
915
915
** Usage:**
916
916
@@ -1006,7 +1006,7 @@ This macro implements a cross-database mechanism to generate an arbitrarily long
1006
1006
1007
1007
#### surrogate_key ([ source] ( macros/sql/surrogate_key.sql ) )
1008
1008
1009
- Implements a cross-database way to generate a hashed surrogate key using the fields specified.
1009
+ This macro implements a cross-database way to generate a hashed surrogate key using the fields specified.
1010
1010
1011
1011
** Usage:**
1012
1012
@@ -1016,7 +1016,7 @@ Implements a cross-database way to generate a hashed surrogate key using the fie
1016
1016
1017
1017
#### safe_add ([ source] ( macros/sql/safe_add.sql ) )
1018
1018
1019
- Implements a cross-database way to sum nullable fields using the fields specified.
1019
+ This macro implements a cross-database way to sum nullable fields using the fields specified.
1020
1020
1021
1021
** Usage:**
1022
1022
You can’t perform that action at this time.
0 commit comments