Re: [SQL] error joining 2 views containing GROUP BYs
Thanks for your help. It runs blindlingly fast under beta5 so I'll keep my fingers crossed and hope it will be stable enough! Tom Lane wrote in message <[EMAIL PROTECTED]>... >"david morgan" <[EMAIL PROTECTED]> writes: >> I am having a few problems using
[SQL] error joining 2 views containing GROUP BYs
s would be greatly appreciated. David Morgan. drop table Users; create table Users ( UID int4 PRIMARY KEY, Name text, Address text, TelNo text, EmailAddress