Viewing 15 posts - 541 through 555 (of 10,144 total)
Lars - or this:
SELECT
October 24, 2017 at 8:13 am
ID | AVG | INC
-----------------------
1 | ...
October 20, 2017 at 8:49 am
October 19, 2017 at 9:31 am
October 18, 2017 at 6:25 am
October 17, 2017 at 7:57 am
October 16, 2017 at 10:08 am
Dom, can you knock up a table of expected results please? Cheers.
October 16, 2017 at 9:43 am
Why choose the hard way? Store 1000, 0.5 and 10 with their correct names on the same row and this becomes trivially easy.
What you are asking - the coding...
October 16, 2017 at 9:19 am
Is there ever likely to be more than onerow at a time added to the opportunity table? This is important because it willdetermine how the trigger...
October 16, 2017 at 7:48 am
| what i am... |
October 16, 2017 at 7:04 am
-- Here's how to get the time portion of your datetime.
-- Note that the TIME function has a parameter, check it
--...
October 16, 2017 at 6:58 am
SELECT
[Result] = REVERSE(STUFF(REVERSE('Columns containing NULL in all three tables: '
+ CASE WHEN SUM(c1) < SUM([RowCount]) THEN 'c1, ' ELSE '' END
+ CASE WHEN...
October 16, 2017 at 4:50 am
October 16, 2017 at 2:30 am
Viewing 15 posts - 541 through 555 (of 10,144 total)