add_sub_select
Description:
Adds an expression which is a subselect.
Parameters:
this |
a SqlBuilder object |
sqlst |
a pointer to a SqlStatement, which has to be a SELECT or compound SELECT. This will be copied. |
Returns:
the ID of the new expression, or 0 if there was an error |