Re: Store mathematical equations in MySql DB
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
Subject
Views
Written By
Posted
11347
February 09, 2016 12:59AM
Re: Store mathematical equations in MySql DB
4235
February 09, 2016 03:43AM
2484
February 16, 2016 10:51PM
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.