MySQL Forums
Forum List  »  Newbie

Re: SELECT Count(xxx) AS xxx does not return integer
Posted by: Paul McArdle
Date: June 26, 2005 07:38AM

can you select Count(CategoryID) into :intCount from etc..
if intCount is defined as an int you might get the string cast into an int for you.
I think mysql returns strings for everything.

Options: ReplyQuote


Subject
Written By
Posted
Re: SELECT Count(xxx) AS xxx does not return integer
June 26, 2005 07:38AM


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.