Viewing 15 posts - 11,101 through 11,115 (of 26,486 total)
Duplicate post, post answers here.
June 22, 2012 at 10:01 am
komal145 (6/22/2012)
I need to Delete from table with conditions :
Example of my query!!!
Delete from TAble A where Input_type like 'COLD%' and Input_type like 'ChartMover%'
when...
June 22, 2012 at 10:01 am
Sample data and expected results. I have nothing to run your code against to test or to determine what your problem(s) may be with regard to actual results.
What you...
June 22, 2012 at 9:51 am
I have to go with Sean's shot in the dark since you haven't provided sample data or expected results with a given example of the parameters that may be passed...
June 22, 2012 at 9:45 am
I have nothing against certifications, I'd like to get certified myself. My problem with them is more with those who have them and have demonstrated to me that the...
June 22, 2012 at 9:36 am
jerome.morris (6/22/2012)
...
June 22, 2012 at 9:32 am
As I look at the code more, it would help if you posted the DDL (CREATE TABLE statement) for the table, some sample data for the table, and the expected...
June 22, 2012 at 9:31 am
Sorry, but your code is confusing. What are you trying to accomplish and what are the parameters being passed?
June 22, 2012 at 9:28 am
Sean Lange (6/22/2012)
Lynn Pettis (6/22/2012)
I'm trying to decide if I should be happy or insulted, I mean really, Lynndrome? 😉 :w00t: 😛
I certainly hope you don't feel insulted!!! It...
June 22, 2012 at 9:23 am
Sean Lange (6/22/2012)
Lynn Pettis (6/22/2012)
I'm trying to decide if I should be happy or insulted, I mean really, Lynndrome? 😉 :w00t: 😛
I certainly hope you don't feel insulted!!! It...
June 22, 2012 at 9:22 am
Sean Lange (6/22/2012)
Lynn Pettis (6/22/2012)
Sean, why all the concatenation?
That my friend is a might fine question. 😛 Sometimes the keyboard starts before the brain kicks in.
Not only is your solution...
June 22, 2012 at 9:15 am
jeff.mason (6/22/2012)
June 22, 2012 at 9:14 am
Also, my solution is based on your original post, If we were in june, I want to show June,July, August . This means the last record won't be...
June 22, 2012 at 9:08 am
Couple of minor issues with your code. I suggest you test your code in a sandbox database before posting.
Here is one solution:
CREATE TABLE #mytable
( ID INT PRIMARY KEY...
June 22, 2012 at 9:04 am
I'm trying to decide if I should be happy or insulted, I mean really, Lynndrome? 😉 :w00t: 😛
June 22, 2012 at 8:52 am
Viewing 15 posts - 11,101 through 11,115 (of 26,486 total)