```sql select * from ( ( select * from tbl1 ) union all ( select * from tbl2 ) ) t ``` including grammar problem.