Subject FIRST must be before DISTINCT
Author raptor
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@...
=====