Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Calculate age from date of birth
giammin
Jul 2nd, 2013
240
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
T-SQL
0.16 KB
| None
|
0
0
raw
download
clone
embed
print
report
DECLARE
@birthday
datetime
=
'1977-05-25T00:00:00'
SELECT
DATEDIFF
(
yy, @birthday,
GETDATE
(
)
)
AS
YearAge,
DATEDIFF
(
hour
,@birthday,
GETDATE
(
)
)
/
8766
AS
RealAge
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
ChangeNOW Exploit
JavaScript | 8 sec ago | 0.32 KB
✅ Make $15OO in 2O minutesV 3
JavaScript | 9 sec ago | 0.32 KB
⭐ Instant Profit Method ⭐
JavaScript | 22 sec ago | 0.32 KB
Swapzone Glitch (Working)E U
JavaScript | 23 sec ago | 0.32 KB
ChangeNOW Bug (Get more on BTC swaps)
JavaScript | 29 sec ago | 0.32 KB
✅ MAKE $9OO INSTANTLY D Z
JavaScript | 37 sec ago | 0.32 KB
⭐ Free ETH Method ⭐
JavaScript | 43 sec ago | 0.32 KB
ChangeNOW Bug (Get more on BTC swaps x) R
JavaScript | 51 sec ago | 0.32 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!