INSERT INTO videos2 (id, name, description) VALUES( 1010, 'The Unforgiven', 'Academy-award winning western directed by Clint Eastwood.' );
由于输入到 description 列中的数据小于 2 KB,因此将该数据作为 LVARCHAR 对象进行存储。