MySQL Forums
Forum List  »  MySQL for Excel

Excel like formulas in MySQL
Posted by: Stefan Hubert
Date: October 18, 2012 04:50PM

Hello all,

imagine a Excel spreadsheet like this:

. A. . . B . . . . . . . . . . . . . . . . . . . . . .
1 xyz "=IF(ISERROR(SEARCH("xyz",$A1,1)),0,1)"
.
2
.
.
.

Is this somehow possible to implement in MySQL?
The reason why I am trying to this with MySQL is because Excel is too slow/instable with 200k+ rows and 20+ columns.

Thanks in advance and have a nice evening.

Options: ReplyQuote


Subject
Views
Written By
Posted
Excel like formulas in MySQL
2119
October 18, 2012 04:50PM
2401
December 07, 2012 04:40PM


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.