Ϊ��ͬ���SQL��ѯ���д����ͼ������ô��? �ҵ���ͼ���ᴴ������
create view v_aa
as
select * from a
union all
select * from b
���������¼
ִ��select * from v_aa ����6����
��ֱ��ʹ��SQL�����
select * from a
union all
select * from b ����40��
��֪��ʲôԭ��,����! лл!