Viewing 6 posts - 1 through 7 (of 7 total)
You could try something like this
select ph.PolId,
case when isnull(pa_est.est_count, 0)>0
...
June 29, 2021 at 9:48 pm
P.S. I am not sure what do you mean by "no directly usable data to test"
He means "Readily Consumable" data. Please see the article at the...
June 15, 2021 at 2:01 pm
Thank you Steve!
This query also works from logic perspective
Cheers!
June 15, 2021 at 10:39 am
Thank you so much Scott, you saved my day!
Sorry for the late reply as this was the part of the main SQL and I was testing this with live data...
June 15, 2021 at 10:38 am
Try this -
INSERT INTO [testing] (sometext) VALUES ('some junk')
UPDATE testing SET idcopied = SCOPE_IDENTITY()
WHERE tid = SCOPE_IDENTITY()
And yes GilaMonster has a valid question - Why you need to do...
June 27, 2015 at 12:53 pm
Thanks for the reply. I will post other details very soon. But because of confidentiality I can not post the exact query but will send few parts of the query.
November 28, 2012 at 6:30 am
Viewing 6 posts - 1 through 7 (of 7 total)