TheSearcher
Registered User.
- Local time
- Today, 18:55
- Joined
- Jul 21, 2011
- Messages
- 385
Hi All,
Maybe I've been up too late but I can't get the syntax right to give me what I want.
This works:
INSERT INTO t_SubmissionDates ( SubmissionDate )
SELECT #11/11/2013# AS Expr1;
But - I only want to insert the date if it doesn't already exist in the table. I tried the obvious, like isnull but nothing seems to work.
Any ideas? Thanks in advance.
TS
Maybe I've been up too late but I can't get the syntax right to give me what I want.
This works:
INSERT INTO t_SubmissionDates ( SubmissionDate )
SELECT #11/11/2013# AS Expr1;
But - I only want to insert the date if it doesn't already exist in the table. I tried the obvious, like isnull but nothing seems to work.
Any ideas? Thanks in advance.
TS