MySQL Forums
Forum List  »  Newbie

Trying to get result from statement
Posted by: Suryaprakash Maurya
Date: October 01, 2018 01:51AM

Hey guys, need some help,

I have two table component and operator.

1.component contains column like name and value eg(A,10)(B,20)
2. operator tables contains all the arithmetic operators like eg: +,_,/ etc.

i have 3rd table where i store statement like A+B,

now what i want to create is the result of A+B which is 10+20 can anyone help me how to get this

Options: ReplyQuote


Subject
Written By
Posted
Trying to get result from statement
October 01, 2018 01:51AM


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.