Hello, I'm taking in the string comparisons I need, but now need to just update a column in another table based on this result. Here's a snippet of what I'm trying to accomplish with a CASE WHEN THEN END but it isn't working:
SELECT * FROM TestSubmission t
CASE WHEN t.Region <> @region THEN...
Hello,
I am writing a stored procedure to compare values within a File Name stored in one table to the stored values in another.
Here is an example of the filename:
TESTCOMPANY_ABCD_23_NEW_SUBMISSION.txt.
The filename along with a timestamp is stored in a table named SubmissionManagement...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.