Re: [SQL] Join

2000-09-07 Thread Kristofer Munn
at's not the join syntax you were using but that should do the trick. - K Kristofer Munn * KMI * 732-254-9305 * AIM KrMunn * http://www.munn.com/

[SQL] Re: [HACKERS] 7.0.2: Arrays

2000-09-05 Thread Kristofer Munn
varchar(64)); What you want to do is... create table ia_standby ( hsrp_group int2, router_interfaces varchar(64)[], routers varchar(64)[] ); - K Kristofer Munn * KMI * 732-254-9305 * AIM KrMunn * http://www.munn.com/