Viewing 3 posts - 1 through 3 (of 3 total)
U can use Between clause or datediff will be best i feel because between will not include the startdate and enddate.
But i am not understanding you question. Each record in...
January 5, 2010 at 4:28 am
#1098846
select * from [table_name] order by column1, column2,column3 should work (even if all the column datatype if varchar)
January 5, 2010 at 4:18 am
#1098843
The answer for the question is YES. FROM clause can be used in UPDATE query. But the example query given is wrong.
something like this will work
update table1
set coulmn=a2.column...
September 24, 2009 at 1:02 am
#1057879