WolfgangFahl / ConferenceCorpus

ScientificEventCorpus
Apache License 2.0
1 stars 2 forks source link

add multi query option #22

Closed WolfgangFahl closed 2 years ago

WolfgangFahl commented 2 years ago

when a parameter variable is used a query should be valid for all datasources e.g.

@event is a parameter that should be replaced by all valid event table names when using SQL when used in a FROM claus

 SELECT count(*),ordinal 
        FROM {event}
        GROUP BY ordinal ORDER by 1
WolfgangFahl commented 2 years ago

might be unnecessary if #1 is implemented first - this is just a workaround for the time where #1 is not fully available yet.