由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - Error of SQL query on IBM netezza SQL database from Aginity (转载)
相关主题
error of sql query in MS Access database (转载)typedef and operator new problem
check time table created in IBM SQL Aginity workbench ?多线程优化求助! (转载)
copy database from one server to another in IBM netezza Agi (转载)怎么样实现fuzzy join
SQL add some columns into a table from another table (转载sqlite3 db.close() called before db.serialized() finishes
error export sql table from IBM netezza database to a file (转载)Windows下大家都用什么SqlConsole啊?
pypyodbc error access netezza SQL server on win7 (转载)问一道HIVE题 关于Efficiency
add column name in exporting table netezza aginity sql (转载)create a unique primary key that can be indexed IBM netezza (转载)
Querying JSON in Postgres请教SQL大拿
相关话题的讨论汇总
话题: sql话题: error话题: aginity话题: ibm话题: query
进入Programming版参与讨论
1 (共1页)
l******9
发帖数: 579
1
【 以下文字转载自 JobHunting 讨论区 】
发信人: light009 (light009), 信区: JobHunting
标 题: Error of SQL query on IBM netezza SQL database from Aginity workbench
发信站: BBS 未名空间站 (Fri Dec 5 16:46:56 2014, 美东)
I need to so a sql query on IBM netezza sql database from Aginity workbench
on win7.
My query:
SELECT *
from table1 AS c ,
table2 AS b
where CAST(c.id as int) = b.id
in table1, id is character varying(20) and in table2, id is int.
Table1:
id value1 value2
'985' 'casdqwdc' '654.3184' // they are all char
Table2:
id value1
985 694381 // id is int, value1 is int
I got error:
ERROR [HY000] ERROR: pg_atoi: error in "id": can't parse "id"
Any help would be appreciated.
1 (共1页)
进入Programming版参与讨论
相关主题
请教SQL大拿error export sql table from IBM netezza database to a file (转载)
《SQL Server DMVs 实战》英文文字版[PDF]pypyodbc error access netezza SQL server on win7 (转载)
SQL server optimal query design (转载)add column name in exporting table netezza aginity sql (转载)
change year format in Access by SQL query (转载)Querying JSON in Postgres
error of sql query in MS Access database (转载)typedef and operator new problem
check time table created in IBM SQL Aginity workbench ?多线程优化求助! (转载)
copy database from one server to another in IBM netezza Agi (转载)怎么样实现fuzzy join
SQL add some columns into a table from another table (转载sqlite3 db.close() called before db.serialized() finishes
相关话题的讨论汇总
话题: sql话题: error话题: aginity话题: ibm话题: query