Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Matching two tables
Message
From
03/03/2010 04:28:47
 
 
To
03/03/2010 04:08:45
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
Miscellaneous
Thread ID:
01452221
Message ID:
01452224
Views:
50
>I want to match two tables with the same checkno and acctno. So I do this,
>
>SELECT * FROM mds ;
> INNER JOIN acic ;
> ON mds.checkno+mds.acctno = mds.checkno+mds.acctno ;
> INTO CURSOR csr_Match
>
>but it doesn't give me the correct matched table..
>
>What's wrong?

What are the data types of checkno and acctno?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform