Viewing 10 posts - 1 through 10 (of 10 total)
Hello 🙂
Thanks for your reply I didn't think anyone was coming back to me on this.
Yes emails on weekends are fine the managers can just pick them up...
July 23, 2016 at 3:37 am
John Mitchell-245523 (7/21/2016)
July 21, 2016 at 5:34 am
Jeff Moden (7/20/2016)
If someone is hired on Nov 30th, 2011, what is considered to be 3, 6, and 9 months from then according to your rules?
Hi Jeff,
Many thanks for...
July 21, 2016 at 2:56 am
John Mitchell-245523 (4/21/2016)
WITH Departments AS (
SELECT *, d.DepartmentName,
CASE WHEN p.PDT_ORG_4_CDA LIKE 'X%'
THEN p.PDT_ORG_5_CDA
ELSE p.PDT_ORG_4_CDA
END AS DeptCode
)
From stage_chris21.PSDET p
INNER JOIN Departments d
ON p.[DeptCode] = d.DepartmentCode
... or this:
SELECT *,...
April 21, 2016 at 8:59 am
John Mitchell-245523 (4/21/2016)
April 21, 2016 at 8:27 am
GilaMonster (4/21/2016)
CASE WHEN [PDT_ORG_4_CDA LIKE 'X%'
...
April 21, 2016 at 8:19 am
John Mitchell-245523 (4/12/2016)
wrightyrx7 (4/12/2016)
Is it possible to make the DepartmentCode the Primary Key?
No, a primary key is a property of the table, not of a particular query that you execute...
April 12, 2016 at 3:12 am
Luis Cazares (1/14/2016)
Maybe someone else can help.
By...
January 14, 2016 at 9:04 am
Luis Cazares (1/14/2016)
wrightyrx7 (1/14/2016)
Luis Cazares (1/14/2016)
SELECT T1.*,
(SELECT END_DATE
FROM...
January 14, 2016 at 8:10 am
Luis Cazares (1/14/2016)
SELECT T1.*,
(SELECT END_DATE
FROM (SELECT T3.SMN_DATEC-1 AS...
January 14, 2016 at 7:58 am
Viewing 10 posts - 1 through 10 (of 10 total)