Changes between Version 7 and Version 8 of DatabaseBasedAnalysis/rootifysql
- Timestamp:
- 08/05/18 18:13:16 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DatabaseBasedAnalysis/rootifysql
v7 v8 210 210 }}} 211 211 212 === Changing the branch name === 213 212 214 This can be circumvented by giving it a name 213 215 {{{ … … 228 230 229 231 Usually the name of the root-branch coincides with the name of the column, but it can easily be overwritten in the query with the {{{AS}}} directive as illustrated above. 232 233 === Ignoring columns === 230 234 231 235 Now assuming you want to create a very general query but then skip some column in the root-file (usually, it is more efficient to just don't query them, because they are transferred from the server nevertheless). In this case you can do: