Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)

  • RE: Select Distinct and sum

    Dear all thank you so much for all your help and patience with me.

    I have it working !!!

    thank you so much.

  • RE: Select Distinct and sum

    HI There

    I have being through this and shortened the sql but still get the same error.

    SELECT PPD.PupilID, PPD.Forename, PPD.Surname, CAST(REPLACE(CM.ColumnTitle, 'Week ', '') AS INT) AS 'WeekNo', CAST(MSDN.Data AS INT)...

  • RE: Select Distinct and sum

    HI

    I did follow what you taught me using this code

    SELECT PPD.PupilID, PPD.Forename, PPD.Surname, FL.[Description] AS 'Form', HL.[Description] AS 'House', CAST(REPLACE(CM.ColumnTitle, 'Week ', '') AS INT) AS 'WeekNo', SUM(CAST(MSDN.Data AS...

  • RE: Select Distinct and sum

    i have one more question....

    i have this select

    SELECT PPD.PupilID, PPD.Forename, PPD.Surname, FL.[Description] AS 'Form', HL.[Description] AS 'House', CAST(REPLACE(CM.ColumnTitle, 'Week ', '') AS INT) AS 'WeekNo',CAST(MSDN.Data AS INT) AS 'Data' FROM...

  • RE: Select Distinct and sum

    Thank you so much for the help. really appreciate it.

    Excellent.

Viewing 5 posts - 1 through 5 (of 5 total)