Skip to content

Commit 098c14e

Browse files
Update readme.md
1 parent 12b1cab commit 098c14e

File tree

1 file changed

+1
-16
lines changed
  • Database Tips and Tricks/Subtracting Two Dates

1 file changed

+1
-16
lines changed

Database Tips and Tricks/Subtracting Two Dates/readme.md

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,4 @@
22

33
This directory contains the implementation details for a function that accurately subtracts two dates and parses the output into its various parts (Days, Hours, Minutes, Seconds, NanoSeconds).
44

5-
For documentation please read **Database Tips and Tricks.pdf** in the parent directory.
6-
7-
----
8-
9-
#### In this directory you will find the following:
10-
----
11-
12-
#### FnDateDiffPartsChar.sql
13-
Script to create the FnDateDiffPartsChar function. This is a scalar valued function that returns a varchar.
14-
15-
----
16-
17-
#### FnDateDiffPartsTable.sql
18-
Script to create the FnDateDiffPartsTable function. this is a table valued function that returns an integer column for each date part.
19-
20-
----
5+
For documentation please read **Instructions for Subtracting Two Dates.pdf** in the parent directory.

0 commit comments

Comments
 (0)