• Your SQL statement needs to be a proper statement ie

    Select REPLACE(Stage,'Closed Won','Awarded')

    from your_table

    What are you trying to do? An update? Assign a variable?

    Mack