Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Input Prompt parameters

Status
Not open for further replies.

sa0309

Programmer
Apr 5, 2010
45
0
0
US
I would like to create a package that runs a simple query that will prompt me for input dates at runtime ( < BEG_DT > and < END_DT > ) if possible. The results will be written to a txt file.

select * from TABLE1
where FIELD1= '00478850'
and DATE_FIELD between < BEG_DT >and < END_DT >

Any suggestions would be appreciated.

Thank you.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top