Viewing 15 posts - 16 through 30 (of 55 total)
February 15, 2018 at 9:57 am
Eirikur Eiriksson - Thursday, February 15, 2018 7:54 AMQuick question, can you post the exact desired output please?
😎
HI Eirikur Eiriksson...
February 15, 2018 at 9:19 am
Evgeny Garaev - Wednesday, February 14, 2018 6:37 PMYou can use NTILE to split rows between batches, more details here - https://docs.microsoft.com/en-us/sql/t-sql/functions/ntile-transact-sql
Thanks
February 14, 2018 at 10:40 pm
January 30, 2018 at 12:22 am
subramaniam.chandrasekar - Monday, January 29, 2018 6:23 AMPost itself complexxx...
why post is complex ? still no clarity ?
January 29, 2018 at 7:24 am
Bydefinition, a table must have a key, but what you...January 26, 2018 at 11:50 am
January 26, 2018 at 10:38 am
January 26, 2018 at 9:50 am
-- try this
January 24, 2018 at 12:18 pm
SUM(b.ALLOCATION_PCT * s.RATIO) AS ALLOCATION_PCT
to
CAST(SUM(b.ALLOCATION_PCT * s.RATIO) AS...
June 5, 2017 at 11:56 pm
Lots of sample data (great!) but no expected results so I've had to guess.
June 5, 2017 at 2:59 am
Sorry Guys ... My colleague just added current_timestamp() (update table_name set date= current_timestamp(), column = ? where column = ?) in the date column. I triied creating a variable and...
January 2, 2017 at 5:02 am
ScottPletcher (7/28/2016)
SELECT q1.*, q2.*, q3.* --,...
August 8, 2016 at 6:37 am
Sergiy (7/28/2016)
Can you be more specific about the term "completely different logic"?Are the tables at least the same for those different logics?
Thanks for your reply Sergiy, i meant 'completly...
July 28, 2016 at 1:28 am
Viewing 15 posts - 16 through 30 (of 55 total)