You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs2/pages/documentations/path/path-has-extension.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
Path_HasExtension (
7
7
@pathNVARCHAR (4000)
8
8
)
9
-
RETURNSNVARCHAR (4000)
9
+
RETURNSBIT
10
10
```
11
11
12
12
## Parameters
@@ -15,7 +15,7 @@ RETURNS NVARCHAR (4000)
15
15
16
16
## Returns
17
17
18
-
`true`if the characters that follow the last directory separator (\\ or /) or volume separator (:) in the path include a period (.) followed by one or more characters; otherwise, `false`.
18
+
`true` if the characters that follow the last directory separator (\\ or /) or volume separator (:) in the path include a period (.) followed by one or more characters; otherwise, `false`.
0 commit comments