Viewing 8 posts - 16 through 23 (of 23 total)
Hi Lowell,
The data/column I need to update with the new value is actually in the same table "CustomerStorageInfo"
I need to do double string function to get the firmwarerevision value
Example data:...
March 1, 2012 at 3:57 pm
Lowell,
thx for the advice, but still have issue with this.
SELECT * FROM #SampleTable WHERE ISNULL(VALUE,'') NOT IN('B')
==> That one did work and provided me the results as expected.
August 11, 2011 at 9:00 am
Sample data
TableA
machine_id model ...
July 12, 2011 at 9:03 am
That did the trick, I like these quick and dirty solutions 🙂
Thx again for all the help appreciated.
July 5, 2011 at 5:15 pm
Hi thx for the quick feedback, the solution works for values that are 'NULL'. How about empty/blank columns?
July 5, 2011 at 4:41 pm
Hi John,
thx for the quick response, that did the trick.
May 31, 2011 at 4:17 am
All,
thx for the info, now follow-up question, how would I do this via Update statement
I've tried following
UPDATE [invdb].[dbo].[puser]
SET [username] = (SELECT puser = case when a.username =...
January 18, 2011 at 4:04 am
Hi,
Thx for the quick reply and this indeed solved my issue. Really appreciated. Take care.
January 12, 2011 at 10:49 am
Viewing 8 posts - 16 through 23 (of 23 total)