How to set a variable from a table with comma?

The query SELECT * FROM Facility return multiple rows. How can I set to variable @Facility like 'Facility 1, Facility 2, Facility 3'?
Thanks.

STRING_AGG

Thank you.