CREATE TABLE (SQL Server Compact)

CREATE TABLE (SQL Server Compact)

瀏覽:759
日期:2026-04-23
Creates a new Microsoft SQL Server Compact table. ... CREATE TABLE table_name ( { < column_definition > | < table_constraint > } [ ,...n ] ) < column_definition > ::= { column_name data_type } [ { DEFAULT constant_expression | [ IDENTITY ......看更多