Viewing 15 posts - 61 through 75 (of 138 total)
agreed,
but situation is such. we want to take this challenge , and I have posted that solution at the top, it works in all conditions, the only thing I wanted...
January 30, 2020 at 11:34 am
no it does not, if @BeginStation is greater than @EndStation.
if b =0 and e =10 and @BeginStation = 18 and @EndStation = 8
then it will no fall in first block...
January 30, 2020 at 9:41 am
the situation at my end is that begin can be less than equal to or greater than equal to. and by logic works for it , only thing is, it...
January 29, 2020 at 11:55 am
-- in following "#t" table one can enter b as 10 and e as 2 that means e can be smaller than b and b can be smaller than e
--...
January 22, 2020 at 10:35 am
thank u , i am working on it.
-- b and c col can get reversed range like insted of 2 to 5 one can enter 5 to 2 , so...
January 15, 2020 at 11:44 am
1) two tables store range data related to two different activities, but for simplicity, I have removed other cols.
2) any range could be entered as long as decimal(13,4) supports.
3) I...
January 13, 2020 at 5:22 am
sorry it was 100 to 200
create table t ( b decimal(13,4) not null, c decimal(13,4) not null);
Insert into T (B,C) values ( 1,200);
Insert into T (B,C) values ( 200 ,400);
Insert...
January 12, 2020 at 7:08 am
July 6, 2017 at 7:52 am
July 6, 2017 at 6:13 am
March 13, 2017 at 8:57 am
March 12, 2017 at 5:37 am
February 22, 2017 at 6:47 am
Eirikur Eiriksson - Saturday, February 18, 2017 2:18 AMOut of curiosity, why do you want to do this?
😎
it is a sync...
February 21, 2017 at 10:20 am
i think my version is fast , so should i use my version. or is there any thing wrong , so that i use yours.
November 30, 2016 at 7:07 am
my question is ,
is my version is correct or is there any harm in it?
secondly removing loop with set base is good?
third is there any way to write, my version,...
November 30, 2016 at 5:39 am
Viewing 15 posts - 61 through 75 (of 138 total)