SELECT语句包括拼写错误或缺失的保留字或参数名称,或标点符号不正确。错误 [英] The SELECT statement includes a reserved word or an argument name that is misspelled or missing, or the punctuation is incorrect. ERROR

查看:198
本文介绍了SELECT语句包括拼写错误或缺失的保留字或参数名称,或标点符号不正确。错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我尝试了Select语句的所有可能语法,但它不断给出相同的错误。我正在使用VB 2010和Access 2010。

I tried all possible syntax for the Select Statement but it keeps giving the same error. I'm using VB 2010 and Access 2010.

这是我的代码:

推荐答案

您忘记包含您选择的列(或只是* 通配符选择所有列):

You forgot to include the columns you're selecting (or just a * wildcard to select all columns):

SELECT * FROM Camper ....

SELECT * FROM Camper ....


这篇关于SELECT语句包括拼写错误或缺失的保留字或参数名称,或标点符号不正确。错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆