目录前言一、什么是 Guid二、生成 Guid1. 使用 Guid.NewGuid() 方法2. 从字符串创建 Guid3. 从构造函数三、Guid 的属性和方法1. 全零 Guid2. Guid.ToString() 格式化3. Guid 的比较四、Guid 的存储和传输1. 数据库存
In a table, there is a column that contains ids separated by comas ex: \"159,167\" I want to do the equivalent of a join between this table and the table that contains those ids.