S
Steven Livingstone
How do i call "exec" from within a select statement :
e.g. something like this is what i want....
SELECT id, ChildCount = EXEC GetKids id
FROM mytable
Should be a no brainer, but i seem to be missing the exact syntax and can't
find any examples.
thanks,
Steven.
e.g. something like this is what i want....
SELECT id, ChildCount = EXEC GetKids id
FROM mytable
Should be a no brainer, but i seem to be missing the exact syntax and can't
find any examples.
thanks,
Steven.