Tables("表A").Filter("逻辑列 = true")或
Tables("表A").Filter("逻辑列 = false")
等同于
Tables("表A").Filter("逻辑列 = 1")或
Tables("表A").Filter("逻辑列 = 0")