aiaiDBA

加微信获取免费职业规划+学习资料,了解年薪50万的DBA是如何练成的

13718043309

010-86462881

SQL-02155: Date Time Interval only valid with Dynamic=ANSI

SQL-02155: Date Time Interval only valid with Dynamic=ANSI
Cause: An attempt to access the datetime interval code or precision was encountered when type_code option not set to ANSI
Action: Use precompiler option type_code=ansi to access the date time interval code or date time interval precision

请先 登录 后评论

1 个回答

小智
SQL-02155:日期时间间隔只对Dynamic = ANSI有效,
.原因:当type_code选项未设置为ANSI时,遇到访问日期时间间隔代码或精度的尝试,
.操作:使用预编译器选项type_code = ansi来访问日期时间间隔代码或日期时间间隔精度,
.
请先 登录 后评论