Posts:
Replies:
Matt Nadolny · Jun 22, 2017
Matt Nadolny · Jun 22, 2017
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
Matt Nadolny · Jun 22, 2017
The class is SQLUser.location
Followers:
Matt has no followers yet.
Following:
Matt has not followed anybody yet.
Global Masters badges:
Matt has no Global Masters badges yet.
CREATE function sqlUser.F_TABLE_DATE
(
?FIRST_DATE datetime,
?LAST_DATE datetime
)
Is the beginning of the function