MySQL Forums
Forum List  »  Newbie

Re: SSIS returning a count of rows from MySQL table
Posted by: Peter Brawley
Date: August 03, 2018 09:05AM

Did you try ...

set @counter = ( select count(*) from contacts where id = @var_contact_id );

Options: ReplyQuote


Subject
Written By
Posted
Re: SSIS returning a count of rows from MySQL table
August 03, 2018 09:05AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.