Hi everybody

is it possible to do recursive sql command executions on a QSqlQuery like this:

subset A = SELECT * FROM some_table WHERE type_id = magic_number

afterwards do another selection but on subset A like this (non valid syntax )

SELECT * FROM subset A WHERE something


Thanks for help!