Tagged Questions
0
votes
1answer
125 views
What format to use to store expressions in database?
I am storing lists of expressions into a MySQL database. Each list is of form
{_String, {_String, _Real}, _Real}
What data format should each column of the ...