Viewing 3 posts - 1 through 3 (of 3 total)
I have used it in all forms
Set ansi null on
update employees
set name = ''
and
set @name = 'max'
It should work
November 10, 2003 at 8:30 am
#481430
IN SQL
IF EXISTS(select 1 from table1
having count(*) = (
select count(*) from table2 ))
--whatever
else
--error
end
October 27, 2003 at 11:10 am
#479730
select 1 from table1
select count(*) from table2 )
Use an activex task after query read result from global variable then decide what to do
October 27, 2003 at 11:01 am
#479728