Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Select problem
Message
 
 
To
22/08/2006 23:33:22
Aaron K. Y. Chu
Health & Care Co. Ltd.
Hong Kong, Hong Kong
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Miscellaneous
Thread ID:
01147770
Message ID:
01147776
Views:
18
Try
select log_user.*, location.code , location .name ;
  FROM log_user ;
    JOIN location ON log_user.location LIKE ("%" + TRIM(location.code) + "%");
  into cursor Tmp
>
>
>The data in log_user.location is a character field, i.e. "TS,MT", so it is not a separate record... is there anyway to "divide" TS and MT as records, then join them with code?
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform