SET x = "this string is too long". -- Declare variables with type parameters. DECLARE x NUMERIC(10) DEFAULT 12345; DECLARE y NUMERIC(5, 2) DEFAULT 123.45;
確定! 回上一頁