试图从时代代码转换为时间戳,在遗留SQL中,它工作得很好,而在标准SQL中,我得到了一个错误。字段名custom_field_6 (字符串类型字段)表示划时代的时间,我希望将它转换为时间戳(在标准SQL中)。在旧版SQL中,我执行了以下操作:select custom_field_6 as custom_field_6, timestamp(custom_field_6) as custom
根据,在VBA中将数字转换为十进制的语法是我也经常在access SQL中使用转换函数。例如克莱恩,辛特等..。CDec(Round(0.12345678+0.00000001,6))0.123457
CDec(Round(0.12345678,6))
This gives the above error.CDec(Round(0.