目录8种方法大比拼,总有一款适合你方法1:Environment.CurrentDirectory方法2:Application.StartupPath方法3:AppDomain.CurrentDomain.BaseDirectory方法4:Directory.GetCurrentDirectory()方法5:Process.GetCu
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.