This is how my question looks from the SQL procedure, how can I use multiple tables in the FROM ?
ELSE IF @Case = 6 BEGIN
SELECT
Country,
PostalCode,
WorkshopId,
Comment,
Lat,
Lng,
Box,
30km,
Installation,
WorkShopId_HomeService,
WorkSHopId_Installation
FROM dbo.tbl_PostalCode AS PC WITH (NOLOCK)
WHERE (Country = @Country)