Rajesh
Member since Dec 11, 2008
- Profile: /members/2268-rajesh.htm
- Comments: 1
Recent Blog Comments By Rajesh
-
SQL Date/Time BETWEEN And Comparison Operators Work With Floats
Posted on Sep 19, 2007 at 7:48 AM
i am facing problem when using the condition like this this is one create procedure P ( @clientip varchar(50), @Name varchar(50) ) as select * from tblReourse where clienip like @clientip and Name like @Name or Name is Null here if we consider there are 6 records in the table like this clienti... read more »