易截截图软件、单文件、免安装、纯绿色、仅160KB

sqlite老是报错no such column

SELECT qsmallClass.Sname, qproducts.pmodel, qproducts.punit, qmaintain.mcount from qsmallClass INNER JOIN (qproducts INNER JOIN qmaintain ON qproducts.pid = qmaintain.pid) ON qsmallClass.Sid = qproducts.Sid

报错  no such column: qproducts.pmodel

请问这是怎么回事,要如何解决?
qproducts.表中有这一列pmodel吗?

.schema qproducts

看一下你的表结构。

qproducts.pmodel:列存在吗

引用
qproducts.表中有这一列pmodel吗?

.schema qproducts

看一下你的表结构。


这一列肯定存在

这三个表的结构如下:

create table qmaintain(mid integer primary key,mvid,pid,mcount);
create table qsmallclass(sid integer primary key,sname,bid);
create table qproducts(pid integer primary key,sid,pmodel,pbrand,punit,pmoney,pcount,pmaintains,preturns,pdesc);


多谢楼上,问题解决


相关问答:

SQLite取整数函数是哪个?

更新语句中:
UPDATE sc SET AA=INT(BB)
我想让AA得到BB的整数值。可是运行报错。
不知道SQLite下 取整数部分的函数是哪个?(四舍五入的函数又是哪个?)。
如果知道还有其他函数请一并告知,谢谢。

ROUND
......

sqlite 无法根据Guid 查询数据

GUID:0C3EDEE8-B14F-4220-8D64-990E00D84AF7

SELECT fldGuid, fldName, fldUserGuid from table
能查询 fldUserGuid 为:0C3EDEE8-B14F-4220-8D64-990E00D84AF7 的数据一条

SELECT fldGuid, fldN ......

.net访问SQLite问题

我安装了一个sqlite developer,一个可视化的工具。
接着,我又安装了SQLite.NET,并在VS里面添加好了dll。
现在,我在sqlite developer里创建了一个数据库,库中包含我自己定义的一张表。

问题:如何 ......

c# + sqlite 出错!!! - .NET技术 / C#

c# + sqlite 出错!!!
File opened that is not a database file
file is encrypted or is not a database
和以前一样的写,怎么这次就是不行啊!!!
我快不行了,大家帮帮我啊!!!
见过一篇文章是说这个 ......
© 2009 ej38.com All Rights Reserved. 关于E健网联系我们 | 站点地图 | 赣ICP备09004571号