Skip to content

Commit f354c91

Browse files
author
Azure Pipelines Bot
committed
[Linux / Sybase ASE 16] baselines
1 parent 74c95de commit f354c91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sybase.Managed/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.CharIndex2(Sybase.Managed).sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ SELECT
99
FROM
1010
[Person] [p]
1111
WHERE
12-
CharIndex('p', Substring([p].[LastName], 2, Len([p].[LastName]))) + 1 = 3 AND
12+
CharIndex('p', Substring([p].[LastName], 2, Len([p].[LastName]))) = 2 AND
1313
[p].[PersonID] = 1
1414

0 commit comments

Comments
 (0)