Changes between Version 7 and Version 8 of DatabaseBasedAnalysis/rootifysql


Ignore:
Timestamp:
08/05/18 18:13:16 (6 years ago)
Author:
tbretz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DatabaseBasedAnalysis/rootifysql

    v7 v8  
    210210}}}
    211211
     212=== Changing the branch name ===
     213
    212214This can be circumvented by giving it a name
    213215{{{
     
    228230
    229231Usually 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 ===
    230234
    231235Now 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: