CREATE TABLE (SQL Server Compact)

CREATE TABLE (SQL Server Compact)

瀏覽:458
日期:2025-11-13
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 ......看更多