Viewing 5 posts - 1 through 5 (of 5 total)
Your iter_intlist_to_table function should be preceded by "dbo.".
May 6, 2004 at 5:27 am
Brian, I replied to your other post but will reply here also.
The IN clause will not take a comma delimited list even though that is the way it looks when...
May 4, 2004 at 2:26 pm
PS. You'll probably have to modify the table variable to return the datatype that matches your ID field.
EC
May 4, 2004 at 1:54 pm
The IN clause will not take a comma delimited list even though that is the way it looks when you type in a list manually.
There are a couple of ways...
May 4, 2004 at 1:52 pm
Answer 4 would only work if formatted properly:
CHECK (minit BETWEEN 'A' and 'Z' OR minit = ' ')
as opposed to the way it is written (notice the apostrophes):
CHECK (minit...
May 4, 2004 at 5:48 am
Viewing 5 posts - 1 through 5 (of 5 total)