Pattycake245
Programmer
It's been a while since I used foxpro. I need the syntax for doing case statements in a select. Ie. in sql server it's
select case when state='al' then 'alabama' end
from table
so what is the syntax dto do this in foxpro, or can you not use case in a select?
Tim
select case when state='al' then 'alabama' end
from table
so what is the syntax dto do this in foxpro, or can you not use case in a select?
Tim