i wanted to create a procedure like below with the parameters specified. i would like
to give the user a range if needed but if its just for one day than only one number could be entered and than default whatever the start is to the end. Is this possible?
create procedure test
@start int,
@end int default @start