[
https://issues.apache.org/jira/browse/TRAFODION-3146?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16568377#comment-16568377
]
ASF GitHub Bot commented on TRAFODION-3146:
-------------------------------------------
Github user arvind-narain commented on a diff in the pull request:
https://github.com/apache/trafodion/pull/1677#discussion_r207587748
--- Diff: core/sql/regress/charsets/TEST315 ---
@@ -315,6 +315,26 @@ select converttohex(_ucs2 x'515a515b515c515d') from
dual;
select char_length(reverse(_ucs2 x'515a515b515c515d')) from dual;
select converttohex(reverse(_ucs2 x'515a515b515c515d')) from dual;
+-- tests for OVERLAY function
+select overlay('w1234567xyz' placing 'abcde' from 3) from dual;
+select overlay('w1234567xyz' placing 'abcde' from 3 for 4) from dual;
--- End diff --
Do we need a test case to cover the example in the description where
numeric length is 0?
> select overlay('w1234567xyz' placing 'abcde' from 3 for 0) from dual;
> Add SQL Server functions
> ------------------------
>
> Key: TRAFODION-3146
> URL: https://issues.apache.org/jira/browse/TRAFODION-3146
> Project: Apache Trafodion
> Issue Type: Umbrella
> Reporter: liu ming
> Assignee: liu ming
> Priority: Major
>
> To support SQL Server functions
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)