Featured Resources
Essential EPC IT Insights for Industry Professionals
-
select wm_board.* , fi.wm_filename, fi.wm_file_width, fi.wm_file_height
,'libraryeng' as tablename, '446' as thumb_width, '322' as thumb_height
from sp_wm_libraryeng as wm_board
left join sp_board_file as fi
on wm_board.wm_id = fi.wm_bid and fi.wm_num = 0
and fi.wm_table = 'libraryeng'
where 1 = 1 and wm_is_comment = 0 and ( wm_board.wm_ca = 'Featured Resources' )
order by wm_sort asc limit 0, 3
-
test
News & Media
Explore Our Latest Press Releases, Interviews, and Media Content
-
select wm_board.* , fi.wm_filename, fi.wm_file_width, fi.wm_file_height
,'libraryeng' as tablename, '446' as thumb_width, '322' as thumb_height
from sp_wm_libraryeng as wm_board
left join sp_board_file as fi
on wm_board.wm_id = fi.wm_bid and fi.wm_num = 0
and fi.wm_table = 'libraryeng'
where 1 = 1 and wm_is_comment = 0 and ( wm_board.wm_ca = 'News/Media' )
order by wm_sort asc limit 0, 3
Events & Webinars
Upcoming Webinar and Technical Seminar Schedules
-
select wm_board.* , fi.wm_filename, fi.wm_file_width, fi.wm_file_height
,'libraryeng' as tablename, '446' as thumb_width, '322' as thumb_height
from sp_wm_libraryeng as wm_board
left join sp_board_file as fi
on wm_board.wm_id = fi.wm_bid and fi.wm_num = 0
and fi.wm_table = 'libraryeng'
where 1 = 1 and wm_is_comment = 0 and ( wm_board.wm_ca = 'Events/Webinars' )
order by wm_sort asc limit 0, 3