Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Transfer to new table
Message
From
07/06/2006 20:07:42
Cindy Winegarden
Duke University Medical Center
Durham, North Carolina, United States
 
 
To
07/06/2006 19:44:25
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
01127730
Message ID:
01127733
Views:
9
>Riskrating  commercial energy
>1            2000       4000
>2            5000       6000
>3            7000       9000

>riskrating  businessunit  limitamount
>1           commercial    2000
>1           energy        4000
>2           commercial    5000
>2           energy        6000
>3           commercial    7000
>3           energy        9000
Hi Paul,
Select ;
  RiskRating, ;
  "commercial" As BusinessUnit, ;
  Commercial As LimitAmount ;
From ;
  Table1 ;
Union All ;
Select ;
  RiskRating, ;
  "energy    " As BusinessUnit, ;
  Energy As Limit Amount ;
From ;
  Table1 ;
Order By ;
  RiskRating, ;
  BusinessUnit
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform