Patze
27th March 2009, 09:55
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!
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!