Home Forums SQL Server 7,2000 T-SQL Need Help with Crosstab Pivot Table Query RE: Need Help with Crosstab Pivot Table Query

  • The table is named "Rate" with 3 fields:

    1)  From_City  varchar(50)

    2)  To_City    varchar(50)

    3)  Cost       int

    It's a simple table, but is giving me a very big headache...

    If you need more info, just let me know.