Viewing 15 posts - 1 through 15 (of 416 total)
At least I know it's not something trivial that I overlooked. 🙂
September 9, 2020 at 5:47 pm
/*
drop table leftTable;
drop table rightTable;
*/
create table leftTable (C1 int, C2 int, C3 varchar(20));
create table rightTable (C1 int, C2 int, C3 varchar(20));
insert into leftTable values (1, 1, 'leftTable...
September 8, 2020 at 8:26 pm
It's not what is expected, and the data condition won't occur. Each column is null-able, but both cannot be null.
September 5, 2020 at 6:31 pm
Unfortunately, either column can be null in one table and not null in the other. When I said "related by," I didn't mean to imply that there's an FK relationship. ...
September 4, 2020 at 9:04 pm
crookj (5/17/2016)
djj (5/17/2016)
Ed Wagner (5/17/2016)
ThomasRushton (5/17/2016)
Ed Wagner (5/17/2016)
BWFC (5/17/2016)
Ed Wagner (5/17/2016)
Alan.B (5/16/2016)
Manic Star (5/16/2016)
crookj (5/16/2016)
Hugo Kornelis (5/16/2016)
Revenant (5/16/2016)
HappyGeek (5/16/2016)
Grumpy DBA (5/16/2016)
djj (5/16/2016)
PenaltyShot
Goal
Stretch
Limo
Limbo
Chiropractor
Bill
Gates
Pearly
Whites
Yolks
Emulsifier
Blend
Amalgam
Filling
May 17, 2016 at 9:28 am
whereisSQL? (5/16/2016)
djj (5/16/2016)
Ray K (5/16/2016)
crookj (5/16/2016)
Ed Wagner (5/16/2016)
Grumpy DBA (5/16/2016)
Ed Wagner (5/16/2016)
djj (5/16/2016)
ForkRoad
(less) Traveled
Scholar
Intellectual
Academic
Academy
Award
Points
May 16, 2016 at 9:27 am
djj (5/13/2016)
Ed Wagner (5/13/2016)
Ray K (5/13/2016)
Grumpy DBA (5/13/2016)
ThomasRushton (5/13/2016)
MechanicMike (and the Mechanics... a bit of a stretch)
Rutherford (I liked Mike + The Mechanics!)
Race
Arms
Legs
May 13, 2016 at 11:52 am
Ed Wagner (5/12/2016)
djj (5/12/2016)
Revenant (5/12/2016)
Ed Wagner (5/12/2016)
yb751 (5/12/2016)
Luis Cazares (5/12/2016)
crookj (5/12/2016)
ThomasRushton (5/12/2016)
Ed Wagner (5/12/2016)
Grumpy DBA (5/12/2016)
whereisSQL? (5/11/2016)
Ed Wagner (5/11/2016)
HogwartsDementor
Azkaban
Sirius Black
Dog star
Lassie
Rin Tin Tin
German Shepherd
Bichon Frise
Cute
Kitten
The Expert (https://www.youtube.com/watch?v=BKorP55Aqvg) :-D:-D:-D
Engineer
May 12, 2016 at 2:42 pm
Ed Wagner (5/11/2016)
Hugo Kornelis (5/11/2016)
Grumpy DBA (5/11/2016)
djj (5/11/2016)
FriedBrain
Dead
Quick
Fox
May 11, 2016 at 12:02 pm
crookj (5/9/2016)
Eric M Russell (5/9/2016)
whereisSQL? (5/6/2016)
Ed Wagner (5/6/2016)
Eric M Russell (5/6/2016)
djj (5/6/2016)
Grumpy DBA (5/6/2016)
ZZartin (5/6/2016)
Ed Wagner (5/6/2016)
StealPlunder
Pirate
Ship
Cruise
Missile
Launch
Haunch
Hunkers
Huddle
May 9, 2016 at 8:37 am
tarr94 (5/6/2016)
I've updated my original post to...
May 6, 2016 at 5:24 pm
Jacob Wilkins (5/6/2016)
This is the sort of thing I would avoid doing at the database layer if possible
+1
Definitely agree.
May 6, 2016 at 2:31 pm
tarr94 (5/6/2016)
I'll start with my sample table data.
...
I'm trying to figure out how I can retrieve a string that concatenates the OrderNumber, PurchaseDate, and CustomerNumber into one string....
May 6, 2016 at 2:29 pm
Ray K (5/6/2016)
Ed Wagner (5/6/2016)
MultiplicationDivision
Integration
May 6, 2016 at 2:14 pm
Viewing 15 posts - 1 through 15 (of 416 total)