Re: complex SQL ?
From: Jazz <gery.ducatel_at_googlemail.com>
Date: Fri, 12 Dec 2008 08:02:50 -0800 (PST)
Message-ID: <4d561ffb-2b2c-4211-850c-a2a9d3aa3f52@r36g2000prf.googlegroups.com>
Date: Fri, 12 Dec 2008 08:02:50 -0800 (PST)
Message-ID: <4d561ffb-2b2c-4211-850c-a2a9d3aa3f52@r36g2000prf.googlegroups.com>
I figured it out, sorry, it is not very complex at all,
SELECT * FROM table t where t.est < t.real;
or also using HAVING clause somehow... Received on Fri Dec 12 2008 - 10:02:50 CST
