Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我创建了一个标题为“一月”的列。在此列下,我想添加标题为“租金”、“食品”、“其他”的子列。
所以请建议我在mysql中进行一些查询..
我希望我的答案如下所示,
----------------------------- January ----------------------------- | Rent | Food | Others | | | | | | | | |
不确定这是否可行,您可以创建一个名为 January 的表,然后添加列rent、food 和其他。您是否使用 php 表单输入值,然后使用表格查看提交的结果?