There are 2 tables a and b.
A has only 1 field acc and b has acc, names, city,ban and other fields.
I have to select a distinct acc from table a. If acc is x then I have to select name from table b else name and city from table b where a.acc=b.acc or a.acc=b.ban.
How to write for this in netezza
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…