Forum Discussion
LaurenceSD
3 years agoAdvocate II
SQL Querey using date parameter
Hi, I've got an SQL query that I'm wanting to add a date parameter to in order to speed up the loading in desktop. Below is the whole query, I'm wanting to change the first & only date that appea...
Anonymous
3 years agoNot applicable
Replace
DATE = '1/1/2000' #(lf)Create table
with
DATE = '"&DateParameter&"' #(lf)Create table
--Nate