Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Getting the index value
Message
From
07/04/2003 09:19:56
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Getting the index value
Miscellaneous
Thread ID:
00774669
Message ID:
00774669
Views:
54
Who can help me?
I have a tables of married couples that asking some treatmen.
The table has (also) columns ssn1,ssn2.
I have the folowing expression in the one of the indexes:
STR(MAX(ssn1,ssn2))+STR(MIN(ssn1,ssn2))
.
How can I get this index in cursor?
OR,
Why I get error message [function name is missing)] in the following code:
select STR(MAX(ssn1,ssn2))+STR(MIN(ssn1,ssn2)) from table
Thank you for answer
Chaim
Thank you
Chaim
Next
Reply
Map
View

Click here to load this message in the networking platform