Re: Store mathematical equations in MySql DB
Posted by: Jon Stephens
Date: February 09, 2016 03:43AM

If you want to store the *representations* of these equations, just insert them as character strings into a TEXT or BLOB column.

If you want to store and re-use the *equations*, then you'll need to rewrite them as stored procedures.

cheers,

Jon Stephens
MySQL Documentation Team @ Oracle

MySQL Dev Zone
MySQL Server Documentation
Oracle

Options: ReplyQuote


Subject
Views
Written By
Posted
11347
February 09, 2016 12:59AM
Re: Store mathematical equations in MySql DB
4235
February 09, 2016 03:43AM


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.