Viewing 5 posts - 1 through 5 (of 5 total)
SELECT id,Name, salary FROM Emp
WHERE fromdate >= '1-1-82' AND today <= '12-31-06'
June 2, 2010 at 5:44 am
#1175221
Using the Left Outer join
May 31, 2010 at 10:53 pm
#1174633
naveena 78933 (2/16/2010)select cast(column name as int) from table name
naveena 78933 (2/16/2010)
February 16, 2010 at 5:17 am
#1119184
select cast(column name as int) from table name
February 16, 2010 at 5:14 am
#1119183
February 16, 2010 at 5:13 am
#1119182