Subject | FIRST must be before DISTINCT |
---|---|
Author | raptor |
Post date | 2001-09-09T10:58Z |
hi,
I've just installed the FB1.0beta
this works :
SELECT FIRST (5) DISTINCT ....
this doesn't :
SELECT DISTINCT FIRST (5) ...
the funny thing is that the first new feature of FB seems to work :")))...
thanx alot ppl,
this feature was the SELECT TOP 1 FROM myList
=====
iVAN
raptor@...
=====
I've just installed the FB1.0beta
this works :
SELECT FIRST (5) DISTINCT ....
this doesn't :
SELECT DISTINCT FIRST (5) ...
the funny thing is that the first new feature of FB seems to work :")))...
thanx alot ppl,
this feature was the SELECT TOP 1 FROM myList
=====
iVAN
raptor@...
=====