I need to standardize some fields in a staging table before selecting some of them to put in a permanent table.
Can I depend on the UPDATE happening before the SELECT or must I say GO between the two to ensure that non-standardized input fields are evaluated correctly in the SELECT ?
thanks
--
Wes Groleau
Can I depend on the UPDATE happening before the SELECT or must I say GO between the two to ensure that non-standardized input fields are evaluated correctly in the SELECT ?
thanks
--
Wes Groleau