Viewing 5 posts - 1 through 5 (of 5 total)
Hi Susan,
If you are getting a unique evox_id value for nimages.vehicle_nmb from vehicle_tmp then you can use top 1 in order to get your desire output.
update nimages set nimages.evox_id =...
July 27, 2006 at 12:19 am
Hi Susan,
If you are getting a unique evox_id value for nimages.vehicle_nmb from vehicle_tmp then you can use top 1 in order to get your desire output.
update nimages set nimages.evox_id =...
July 27, 2006 at 12:19 am
|
April 28, 2004 at 5:41 am
select max(decode(mydate,to_date('01/04/2004','dd/mm/yyyy'),col1, |
April 27, 2004 at 5:49 am
Viewing 5 posts - 1 through 5 (of 5 total)