gqkly 2016-10-07 12:06 采纳率: 33.3%
浏览 1499
已采纳

相同语句数据库直接查询返回结果.用myeclipse查找不到列

前提:

数据库表:
+----------+--------+-------------+-----------+----------+
| IndexID1 | UserID | LoginStatus | Longitude | Latitude |
+----------+--------+-------------+-----------+----------+
| 1 | 1 | 离线 | 116.23 | 39.542 |
| 2 | 2 | 离线 | 10.11112 | 19.1111 |
+----------+--------+-------------+-----------+----------+

直接查询语句与结果:

mysql> select Latitude,Longitude from UserLoginTable where UserID='2';
+----------+-----------+
| Latitude | Longitude |
+----------+-----------+
| 19.1111 | 10.11112 |
+----------+-----------+
1 row in set

通过**myeclipse**编程查询部分代码:
String sql =null ;
ResultSet rs = null;
//先获取用户自身的坐标

sql ="select Longitude , latitude from UserLoginTable where UserID='"+userID+"'";

System.out.println(sql);

rs = DBUtil.queryData(sql);
结果:

select Longitude , latitude from UserLoginTable where UserID='2'
java.sql.SQLException: Column 'latitue' not found.
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:910)
at com.mysql.jdbc.ResultSet.findColumn(ResultSet.java:970)
at com.mysql.jdbc.ResultSet.getString(ResultSet.java:5613)
.....

注意看:
'latitue'并不是我写的查询语句中的内容'latitude'.

    补充:
     | Longitude | Latitude |
    两列是在之后添加的
    不知道要不要更新myeclipse的什么东西?
  • 写回答

7条回答 默认 最新

  • 阮二 2016-10-07 23:22
    关注

    1:检查 列名称是不是写错 不要要相信自己 这个和ide绝逼没关系
    2:数据库事物提交了没有
    3:先用 select * from 查一下 对应的列的数据有没有出来

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(6条)

报告相同问题?

悬赏问题

  • ¥15 求京东批量付款能替代天诚
  • ¥15 slaris 系统断电后,重新开机后一直自动重启
  • ¥15 51寻迹小车定点寻迹
  • ¥15 谁能帮我看看这拒稿理由啥意思啊阿啊
  • ¥15 关于vue2中methods使用call修改this指向的问题
  • ¥15 idea自动补全键位冲突
  • ¥15 请教一下写代码,代码好难
  • ¥15 iis10中如何阻止别人网站重定向到我的网站
  • ¥15 滑块验证码移动速度不一致问题
  • ¥15 Utunbu中vscode下cern root工作台中写的程序root的头文件无法包含