Skip to contents

Creates UNION-queries of given SQL queries, respecting the maximum number of subqueries to be used in one and the same UNION query.

Usage

hsUnionSqls(sqls, maxUnions)

Arguments

sqls

vector of SQL statements

maxUnions

number of maximum UNIONs allowed

Value

vector of UNION queries