2 things:   it's ORDER BY,   not ORDERED

Keep in mind that LIKE 'o', without a wildcard after the 'o', is the same as 
saying "status = 'o'  ".    If your wildcard is the % sign, then it should 
say:
       Status LIKE 'o%' ORDER BY funder

Karen

 
>    Status LIKE 'o' ORDERED BY Funder
> 

Reply via email to