Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cross tab without Genxtab
Message
 
 
To
18/09/2009 12:46:18
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01425167
Message ID:
01425168
Views:
56
>Can we do cross tab query using SQL only? no _GENXTAB
>
>I want to do the following"
>
>city1 date1
>city1 date2
>city1 date3
>city2 date1
>city2 date2
>
>to
>city1 date1 date2 date3
>city2 date1 date2
>
>Mo

In SQL Server 2005 and up look at the PIVOT command.

In VFP check FastXTab instead of _GenXTab.
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform