自定义函数: sqlT ( field ) 2020年5月28日 • executeSQL 函数功能描述 来源: 作者: 作者原述: 猫壹佰描述: 将任意字段传给此函数, 用于获取该字段所在表的表名称. 返回的表名称是包含有引号的表名称, 以便于在executeSQL中直接引用. 测试文档下载: 调用范例 sqlT ( MyTable::MyField ) 返回结果 "MyTable" 函数内容 /* sqlT ( field ) Input: A fully qualified field name e.g. MyTable::MyField Output: The TABLE name portion, in quotes, e.g. "MyTable" */ Quote( GetValue( Substitute ( GetFieldName( field ) ; "::" ; "¶" ); 1 ) ) 复制函数内容 当前页面使用FileMaker生成发布, 更新于2021年3月15日0时48分16秒 ← 较旧的文章 较新的文章 →