↧
Help with function
I was under the impression that a function would operate faster. I guess this isn't true.YesFunctions especially scalar ones will not perform well for large dataPlease Mark This As Answer if it solved...
View ArticleHelp with function
I was under the impression that a function would operate faster. I guess this isn't true.
View ArticleHelp with function
Sorry why do you need a function here?Cant you just do an inline join operation to get the emailie likeSELECT v.ID_NBR, CASE WHEN et.email LIKE '%@%' THEN et.email WHEN v.EMAIL like '%@%' THEN v.EMAIL...
View ArticleHelp with function
Hi everyone,I am looking to call a function in my select statement that will grab information from each row, and return an appropriate email address based off of this information. I need to do this...
View Article