Viewing 15 posts - 736 through 750 (of 1,034 total)
Well W3 considers it an operator.
http://www.w3schools.com/sql/sql_in.asp
But I could also see the case that you have an IN clause with the IN operator and the results of that clause are the...
January 7, 2010 at 8:38 am
Lynn Pettis (1/4/2010)
The trick is knowing where and how to find the answers to the questions where your...
January 5, 2010 at 8:02 am
Sorry,
I have to agree with Lynn.
If you don't have a table named employees, then of course it won't work.
Copying and pasting the query code into SSMS and running it is...
January 5, 2010 at 7:50 am
Actually came up with something that worked quite well.
I created a view off of the measures table that just excluded the 0 values. And then brought that in as...
November 24, 2009 at 12:08 pm
Rob Goddard (11/19/2009)
mtassin (11/19/2009)
So far so good... except the CNXN doesn't work still.
😀
OK, that's my fault again. You did mention that one and I didn't add it to the...
November 20, 2009 at 7:04 am
jcrawf02 (11/20/2009)
What is this sort order doing? Other than giving you fits?
It's going into a web based drop down combo/list box for users to select the version of software that...
November 20, 2009 at 7:01 am
So far so good... except the CNXN doesn't work still.
Msg 245, Level 16, State 1, Line 1
Conversion failed when converting the varchar value 'CNXN' to data type int.
Originally I wrote...
November 19, 2009 at 8:38 am
Hey Rob,
That actually works awesomely for 858/860 of my records in production.
I didn't realize how bad this data was until I found two records it doesn't work on. (I tested...
November 19, 2009 at 7:39 am
bc_ (11/18/2009)
select
*, REPLACE(REPLACE(versionval, '@', ''), '@@', ''), CASE CHARINDEX('.', REPLACE(REPLACE(versionval, '@', ''), '@@', ''))
WHEN 0...
November 19, 2009 at 6:54 am
john scott miller (11/18/2009)
not fully understandingare u saying 10.1.@ would come before 17?
No... it's not a character comparison... as I said, my query attempt is only semi-working at this point.
Whatever...
November 19, 2009 at 6:54 am
Viewing 15 posts - 736 through 750 (of 1,034 total)