i have declare two varibles in date and datetime ? with varible type?
declare @date varchar
decare @datetime varchar1
here i need to increment that declared varible like
set @date=@varchar+1
set @datetime=@varchar1+1
wt shoul be the out put of this query ...