-- CVS ID: $Id: library_insert.sql,v 1.1 2008/05/23 06:29:11 lfoxton Exp $ INSERT INTO lams_learning_library ( description, title, valid_flag, create_date_time ) VALUES ( 'Gmap Tool', 'Gmap', 0, NOW() )