select distinct id,(select content from zb1 b where b.id=a.id and b.xh=0),(select content from zb1 b where b.id=a.id and b.xh=1),
(select content from zb1 b where b.id=a.id and b.xh=2),(select content from zb1 b where b.id=a.id and b.xh=3) from zb1 a ;