自定义函数: sqlT ( field ) 2020年5月28日 • executeSQL 函数功能描述 来源: 作者: 作者原述: 猫壹佰描述: 将任意字段值传给此函数用于获取字段名称 返回的字段是包含有引号的, 以便于在executeSQL中直接引用. 测试文档下载: 调用范例 返回结果 函数内容 /* 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分7秒 ← 较旧的文章 较新的文章 →