There is a way to display this using the union. Below is some sample code for the parameter
SELECT Country, Region, City // Type the fields that you want the "All" option to be available.
FROM Customer (your table)
UNION
SELECT Country, Region, '"All'
FROM Customer