Viewing 7 posts - 1 through 7 (of 7 total)
hi...
But i am getting colb as 1 only not 2... I tried in 2008 and 2005..
I think the answer is 'E' only..
This is the script..
CREATE TABLE #TestUpdateA
(ColA CHAR(1),...
October 4, 2010 at 2:50 am
hi,
But there is a difference in normal sorting and this sorting when it comes on null values.
select top 10 * from Employee
order BY CASE
when @SortOrder...
May 19, 2010 at 12:49 am
hi,
But there is a difference in normal sorting and this sorting when it comes on null values.
select top 10 * from Employee
order BY CASE
when @SortOrder...
May 19, 2010 at 12:47 am
hi,
u can try this..
SELECT [Emp_Id],[Shift_Date] FROM [Emp_Shift_Details] Where
cast(convert(datetime,Shift_Date,101) as datetime) = @StartDate;
November 30, 2009 at 2:16 am
Refer this link
http://www.ianywhere.com/developer/product_manuals/sqlanywhere/0902/en/html/dbrfen9/00000293.htm
November 1, 2009 at 3:46 am
Viewing 7 posts - 1 through 7 (of 7 total)