MySQL Forums
Forum List  »  Connector/C++

Re: Not able to connect using standalone_example
Posted by: Andrii Nikitin
Date: September 06, 2012 01:03AM

Are you trying to select billion rows from huge table?
add following condition to your SELECT statement:

WHERE 1=0;

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Not able to connect using standalone_example
1167
September 06, 2012 01:03AM


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.