Viewing 15 posts - 676 through 690 (of 1,195 total)
We held a series of interview at my work recently and gave the candidates a short (15 question) written test. At the top of the question paper was written:-
"If you...
February 28, 2014 at 1:32 am
BWFC (2/26/2014)
Ed Wagner (2/24/2014)
Daniel Bowlin (2/24/2014)
SQLRNNR (2/24/2014)
Ed Wagner (2/24/2014)
crookj (2/24/2014)
BWFC (2/24/2014)
SQLRNNR (2/21/2014)
BWFC (2/21/2014)
SQLRNNR (2/21/2014)
dingleberryClinker
Klink
Jail
Bail
Water
board
surf
Surf and turf
Shrimp
potted
February 26, 2014 at 2:31 am
You're welcome. You will still have to resolve the lack of decimals places you want to display.
Quick and dirty way of doing it - see example below :-
DECLARE @A INT,
@b-2...
February 20, 2014 at 5:43 am
Hi Brett,
is this:-
SELECT ID,layer SUM(test*duration) AS Result FROM test WHERE test >1
/
SELECT SUM(test) FROM test
GROUP BY ID.layer
what you've tried so far? Only reason I'm asking is I found
SELECT *
FROM...
February 20, 2014 at 3:35 am
Ed Wagner (2/18/2014)
Revenant (2/18/2014)
Ed Wagner (2/18/2014)
SQLRNNR (2/18/2014)
TomThomson (2/18/2014)
Ed Wagner (2/18/2014)
BWFC (2/18/2014)
SQLRNNR (2/17/2014)
Ed Wagner (2/17/2014)
Revenant (2/17/2014)
TomThomson (2/17/2014)
SQLRNNR (2/17/2014)
hairdog
dachshund
Sausage
schnitzel
Noodles
Pasta
Arrival Theorem (Poisson arrivals see time averages)
langouste
Seafood
Chowder
Stew
Dumplings
February 19, 2014 at 1:00 am
Agreed - to clarify; I was only looking at the data values returned, not necessarily the row order.
I was attempting to resolve the join issue - not the order which...
February 13, 2014 at 3:32 am
If the data is stored as in my example, it will return the desired results
February 13, 2014 at 2:18 am
You need to have the relationship in the data so that you can write a query and return the desired result.
Have a look at the following code and see what...
February 13, 2014 at 1:55 am
Essentially - you can't.
The tables need to have a common element for you make the association between them - the tables shown don't.
If on the other hand Table A...
February 13, 2014 at 1:07 am
GilaMonster (2/12/2014)
February 12, 2014 at 5:00 am
Grant Fritchey (2/11/2014)
February 11, 2014 at 3:51 am
BWFC (2/11/2014)
martin.whitton (2/11/2014)
Stuart Davies (2/11/2014)
Nice questionGlad I answered it after my first coffee - knew it wasn't "it starts raining" even though I live in the west of England
Here in...
February 11, 2014 at 3:05 am
Nice question
Glad I answered it after my first coffee - knew it wasn't "it starts raining" even though I live in the west of England
February 11, 2014 at 12:54 am
Viewing 15 posts - 676 through 690 (of 1,195 total)