If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Pervasive.SQL > Crosstab view

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 05-10-06, 18:48
REYSAN REYSAN is offline
Registered User
 
Join Date: May 2006
Posts: 4
Red face Crosstab view

Hi
I'm trying to create a crosstab view in Pervasive.Sql
Is anyone familiar with that or done that ?
Thanks
Akila
Reply With Quote
  #2 (permalink)  
Old 05-10-06, 21:41
mirtheil mirtheil is offline
Registered User
 
Join Date: Dec 2001
Posts: 1,026
What exactly are you trying to do? If I understand about Crosstab queries, they are just joins.
__________________
Mirtheil Software
Certified Pervasive Developer
Certified Pervasive Technician
Custom Btrieve/VB development
http://www.mirtheil.com
I do not answer questions by email. Please post on the forum.
Reply With Quote
  #3 (permalink)  
Old 05-11-06, 13:18
REYSAN REYSAN is offline
Registered User
 
Join Date: May 2006
Posts: 4
I have a table TA ,

ord Item
104460 100-813
104460 2010-0026
104460 4020-0023


I want to create a view to see this table TA as this
Ord Item1 item2 item3
104460 100-813 2010-0026 4020-0023

I know that in MSQL the TRANSFORM function can do it

Thanks

Akila
Reply With Quote
  #4 (permalink)  
Old 05-11-06, 13:19
REYSAN REYSAN is offline
Registered User
 
Join Date: May 2006
Posts: 4
Crosstabb query in Pervasive

I have a table TA ,

ord Item
104460 100-813
104460 2010-0026
104460 4020-0023


I want to create a view to see this table TA as this
Ord Item1 item2 item3
104460 100-813 2010-0026 4020-0023

I know that in MSQL the TRANSFORM function can do it

Thanks

Akila
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On