MySQL Forums
Forum List  »  Newbie

Re: How to add columns iteratively?
Posted by: Peter Brawley
Date: March 08, 2022 09:55AM

An external API like Python cannot speed up SQL.

There are some problems that SQL alone can't solve---where row-by-row cursors are needed. If that's so in your case, writing the pseudocode and trying to translate it into SQL will make that clear. Till then, stick to SQL, it was built for billion-row sets.

Options: ReplyQuote


Subject
Written By
Posted
Re: How to add columns iteratively?
March 08, 2022 09:55AM


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.