Re: SQL prob

Author: Stephen Russell

Posted: 2012-02-12 at 13:46:16

On Sun, Feb 12, 2012 at 6:26 AM, Andrew Stirling <support@calcpay.co.uk> wrote:

> Hi

> I have a select with

> IIF(EMPTY(natno) OR ninoconfirm = .f.,.t.,.F.) as choose , ;

> which is fine

> but when I try to restrict the output via

> WHERE choose = .t. ;

> it errors with

> 'Operator/operand type mismatch'

> What am I doing wrong?

> Thanks

> --

You are assigning the name in the field section and it is not yet

defined in the plan yet in the where clasuse.

> IIF(EMPTY(natno) OR ninoconfirm = .f.,.t.,.F.) as choose , ;

so use :

where ( EMPTY(natno) OR ninoconfirm = .f.)

HTH

Stephen Russell

901.246-0159 cell

_______________________________________________

Post Messages to: ProFox@leafe.com

Subscription Maintenance: http://leafe.com/mailman/listinfo/profox

OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech

Searchable Archive: http://leafe.com/archives/search/profox

This message: http://leafe.com/archives/byMID/profox/CAJidMY+QrA5ehOmbLyiO4ddQuMdzU3igGogu_wi9ozy5AQE+Ng@mail.gmail.com

** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

©2012 Stephen Russell