User bio
404 bio not found
Member since Jun 21, 2017
Posts:
Replies:
I am trying to write a store procedure to create and populate a date table for usage by a report tool. I am using this query to prove out the that I pass prompt value like I do in TSQL or PSQL
The class is SQLUser.location
Certifications & Credly badges:
Matt has no Certifications & Credly badges yet.
Global Masters badges:
Matt has no Global Masters badges yet.
Followers:
Matt has no followers yet.
Following:
Matt has not followed anybody yet.
CREATE function sqlUser.F_TABLE_DATE
(
?FIRST_DATE datetime,
?LAST_DATE datetime
)
Is the beginning of the function