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: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -321,7 +321,8 @@ NB: You can only filter on the requested table (not on it's included) and filter
321
321
322
322
### Column selection
323
323
324
-
By default all columns are selected. With the "include" parameter you can select specific columns. Multiple columns should be comma separated.
324
+
By default all columns are selected. With the "include" parameter you can select specific columns.
325
+
You may use a "dot character" to separate the table name from the column name. Multiple columns should be comma separated.
325
326
An asterisk ("*") may be used as a wildcard to indicate "all columns". Similar to "include" you may use the "exclude" parameter to remove certain columns:
326
327
327
328
```
@@ -366,7 +367,7 @@ Output:
366
367
}
367
368
```
368
369
369
-
NB: You may sort on multiple fields by using multiple "order" parameters.
370
+
NB: You may sort on multiple fields by using multiple "order" parameters. You can not order on "joined" columns.
0 commit comments