使用数据的示例:
Select T.ColumnA , GetList("Select ColumnB From Table1 As T1 Where T1.ColumnA = " & [T].[ColumnA],"",", ") AS ColumnBItemsFrom Table1 AS TGroup By T.ColumnA;
使用数据的示例:
Select T.ColumnA , GetList("Select ColumnB From Table1 As T1 Where T1.ColumnA = " & [T].[ColumnA],"",", ") AS ColumnBItemsFrom Table1 AS TGroup By T.ColumnA;