Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL Syntax and Length Problem
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00390293
Message ID:
00390358
Views:
9
Thanks. I was thinking there is a 'SQLish' way (faking out thing with like or whatever), but I guess not. Your solution is right on the money! :)



>You'll have to extract last name from cPerson first and than use it in your select
>
>cLastName = Trim(Left(cPerson, AT(",", cPerson) -1) )
>
>select assoc_id , lastname from timeuser where lastname = cLastName
>
>
Previous
Reply
Map
View

Click here to load this message in the networking platform