Skip to content
Advertisement

Using new columns created from PARSENAME

I have split the column PointName using PARSENAME and created 2 new columns and I am needing now to use a WHERE clause to only pull the data for those 6 types. Is there a way to do this?

Advertisement

Answer

Filling in the blanks a bit, but I would guess you could move the PARSENAME to the FROM and then you can filter more easily in the WHERE:

User contributions licensed under: CC BY-SA
4 People found this is helpful
Advertisement