Dim cmd As New SQLCommandDim dt As DataTable
cmd.CommandText = "SELECT DISTINCT 客户 From {订单}"dt = cmd.ExecuteReader()
能不能给临时表dt命名?