Long Data Types之创建表
摘要:创建table:create table links(text long varchar); create table test(file long varbinary);其中text和file是列名称。Long Data TypesStore data up to 32,000,000 bytes:LONG VARBINARY—Variable-length raw-byte data, such as IP addresses.LONG VARBINARYvalues are not extended to the full width of the column.LONG V...
阅读全文
posted @ 2014-03-21 17:34
浙公网安备 33010602011771号