select * from Local_20120224,Local_20120225 where SourceID = 'src:10104' and pType = 'Central'
或者
SQL code
select * from Local_20120224 where SourceID = 'src:10104' and pType = 'Central' union
select * from Local_20120225 where SourceID = 'src:10104' and pType = 'Central'