目录1 概述2案例2.1 值类型2.2 引用类型3 golang中的struct类型总结1 概述 Go语言的数据类型有 值类型 与 引用类型 两种。
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.