COMPUTEX TAIPEI 2008 Live Coverage |
|
|
|
<1--SQL : Select x.mapping_id, x.image_type_descript, memo, (Select count(a.img_id) from image_file_pool a, biz_archive_photo_publish b where a.img_id = b.img_id and a.mapping_id = x.mapping_id and a.mapping_id >= 16 and convert(varchar(10), b.publishdate, 111) <= convert(varchar(10), getdate(), 111) and a.image_status = '04') as cnt, (Select top 1 (a.web_relative_path + a.physical_thumbnail_name) from image_file_pool a, biz_archive_photo_publish b where a.img_id = b.img_id and a.mapping_id = x.mapping_id and a.mapping_id >= 16 and a.mapping_id <= 30 and convert(varchar(10), b.publishdate, 111) <= convert(varchar(10), getdate(), 111) and a.image_status = '04' and b.showname_id=280 order by b.publishdate desc, a.img_id desc) as thumbnail from image_file_pool_type_mapping x where x.mapping_id >= 16 and x.mapping_id <= 30-->
|
|
| 1 2 3 4 5 6 7 8 9 10 >> Next10 |
|
|