我在数据库中的表结构;
表“System_t”
id | Owner | System
===========================================
1 | Joe | Registration
| | Event //contains new line
| | Aims
-------------------------------------------
2 | Rose | Ticket
| | Elearning
注意:数据字段“系统”是从 Textarea 框中保存的。
我的问题是如何从“系统”字段中只删除“事件”数据?
我的表在删除时应该是这样的;
id | Owner | System
===========================================
1 | Joe | Registration
| | Aims
-------------------------------------------
2 | Rose | Ticket
| | Elearning
知道如何在不更改表结构的情况下做到这一点吗?