Viewing 5 posts - 1 through 6 (of 6 total)
hi mccork,
great My problem is solved with out using a function .I have provided my final query below ..
will you have any solution to convert string in format 29.02.2003...
July 4, 2003 at 9:56 am
i have modified your function and it is working perfectly fine
now i m using a query like this
select *
from table
where dbo.condate(billingdate) between date1 and date2 ...
July 4, 2003 at 8:16 am
sir
I clearly specified in my earlier mails is
Billingdate is a char type .I want to compare it with two date values
once again writing my query
select ...
July 4, 2003 at 7:46 am
crispin
thanks again ,before looking for help i have tried this
cast(billingdate as datetime) but it is giving me a error
Server: Msg 8115, Level 16, State 2, Line 1
Arithmetic...
July 4, 2003 at 7:25 am
crispin
thanks for immediate response but my problem is not solved .
see i have copied my column hear
i need to compare each date in this column...
July 4, 2003 at 7:06 am
Viewing 5 posts - 1 through 6 (of 6 total)