CREATE TABLE 中的语法错误,没有任何 table 创建,但在过程创建中
Syntaxerror in CREATE TABLE without any table creation but in procedure creation
我正在使用 SQL 新手 Microsoft Access 2003。我不知道为什么这行不通,google 也帮不了我。 table "K_Lehrer" 存在,我这里的代码是我写的唯一东西。
我的密码是
CREATE PROCEDURE testprocedure
AS
BEGIN
SELECT * FROM K_Lehrer
END
错误(已翻译):
syntax error in create table statement
error with code
Microsoft Access 2003 不支持存储过程 sql。
您可以使用 Microsoft Access Procedure Creation 创建相同的
我正在使用 SQL 新手 Microsoft Access 2003。我不知道为什么这行不通,google 也帮不了我。 table "K_Lehrer" 存在,我这里的代码是我写的唯一东西。
我的密码是
CREATE PROCEDURE testprocedure
AS
BEGIN
SELECT * FROM K_Lehrer
END
错误(已翻译):
syntax error in create table statement
error with code
Microsoft Access 2003 不支持存储过程 sql。 您可以使用 Microsoft Access Procedure Creation 创建相同的