Answer the question
In order to leave comments, you need to log in
How to store tables in a database?
There is an html table, 5 columns 30 lines, how can I save it in the database in order to be able to change each field of the table and access it? Now I store in json, but this option is not suitable. You need to constantly make changes to individual fields. How can I save a table in the database so that it remains a table?
Answer the question
In order to leave comments, you need to log in
create a table with 5 columns, and insert 30 records (cell values)))
Next, select everything from the table and loop output
The easiest option:
| id | json_data |
|------|-------------|
| 1 | ... |
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question