Example 1: sql server drop table if exists IF OBJECT_ID('dbo.Scores', 'U') IS NOT NULL DROP TABLE dbo.Scores; Example 2: sqlite create table if not exists ...
確定! 回上一頁