compound_add_sub_select_from_builder
Description:
[ Version ( since = "4.2" ) ]
public void compound_add_sub_select_from_builder (SqlBuilder subselect)
public void compound_add_sub_select_from_builder (SqlBuilder subselect)
Add a sub select to a COMPOUND statement
Parameters:
this |
a SqlBuilder object |
subselect |
a SqlBuilder, which has to be a SELECT or compound SELECT. This will be copied. |