hi,
how to get sum value in this code
select max(iscore) from hospitals where flatid='F001'
union all
select max(iscore) from Restaurants where flatid='F001'
union all
select max(iscore) from Transports where flatid='F001'
union all
select max(iscore) from Markets where flatid='F001'
Regards
Sekar.c