我有一个名为服务条目的表,我试图创建一个连接字符串。
ID ServiceEntryID PartID Comment ServiceTypeIDs PartDescription
1 2 54 xyz 1 hellothere
2 2 22 howdy
3 33 54 uhu 1 xyz
所需的字符串格式
PartID~PartDescription~ServiceTypeIDs~评论
所需的字符串值
因此对于值为 2 的服务条目 ID 列:
54~你好~1~xyz | 22~你好~空~|
对于值为 33 的服务条目 ID 列:
33~xyz~1~uhu
如果条目没有注释,那么我不会为其添加 null,而如果 servicetypeids 为空,那么我将添加 null