由买买提看人间百态

topics

全部话题 - 话题: aginity
1 2 下页 末页 (共2页)
l******9
发帖数: 579
1
【 以下文字转载自 Database 讨论区 】
发信人: light009 (light009), 信区: Database
标 题: add column name in exporting table netezza aginity sql
发信站: BBS 未名空间站 (Fri Oct 3 01:49:56 2014, 美东)
I need to export a table (60 GB) from IBM netezza aginity sql database
workbench to a csv file.
But, the column names are missing even though I set up "skip row" as 0.
Because the file is too large, I cannot open and edit it in Excel or notepad
/notepad++.
How to add the column names ?
Any help would be appreciated.
thanks
l******9
发帖数: 579
2
【 以下文字转载自 Programming 讨论区 】
发信人: light009 (light009), 信区: Programming
标 题: check time table created in IBM SQL Aginity workbench ?
发信站: BBS 未名空间站 (Fri Oct 31 18:37:40 2014, 美东)
My question may be simple, but, I have been searching the answer for a long
time.
How to check the data and time that a table was created in IBM Netezza SQL
from Aginity workbench ?
It is very easy to find this in MS SQL server, but, I cannot figure this out
in Netezza.
Any help would be appreciated.
thanks !
l******9
发帖数: 579
3
【 以下文字转载自 Programming 讨论区 】
发信人: light009 (light009), 信区: Programming
标 题: check time table created in IBM SQL Aginity workbench ?
发信站: BBS 未名空间站 (Fri Oct 31 18:37:40 2014, 美东)
My question may be simple, but, I have been searching the answer for a long
time.
How to check the data and time that a table was created in IBM Netezza SQL
from Aginity workbench ?
It is very easy to find this in MS SQL server, but, I cannot figure this out
in Netezza.
Any help would be appreciated.
thanks !
l******9
发帖数: 579
4
【 以下文字转载自 Programming 讨论区 】
发信人: light009 (light009), 信区: Programming
标 题: check time table created in IBM SQL Aginity workbench ?
发信站: BBS 未名空间站 (Fri Oct 31 18:37:40 2014, 美东)
My question may be simple, but, I have been searching the answer for a long
time.
How to check the data and time that a table was created in IBM Netezza SQL
from Aginity workbench ?
It is very easy to find this in MS SQL server, but, I cannot figure this out
in Netezza.
Any help would be appreciated.
thanks !
l******9
发帖数: 579
5
【 以下文字转载自 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' // t... 阅读全帖
l******9
发帖数: 579
6
【 以下文字转载自 Database 讨论区 】
发信人: light009 (light009), 信区: Database
标 题: add column name in exporting table netezza aginity sql
发信站: BBS 未名空间站 (Fri Oct 3 01:49:56 2014, 美东)
I need to export a table (60 GB) from IBM netezza aginity sql database
workbench to a csv file.
But, the column names are missing even though I set up "skip row" as 0.
Because the file is too large, I cannot open and edit it in Excel or notepad
/notepad++.
How to add the column names ?
Any help would be appreciated.
thanks
l******9
发帖数: 579
7
【 以下文字转载自 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' // t... 阅读全帖
l******9
发帖数: 579
8
【 以下文字转载自 Programming 讨论区 】
发信人: light009 (light009), 信区: Programming
标 题: check time table created in IBM SQL Aginity workbench ?
发信站: BBS 未名空间站 (Fri Oct 31 18:37:40 2014, 美东)
My question may be simple, but, I have been searching the answer for a long
time.
How to check the data and time that a table was created in IBM Netezza SQL
from Aginity workbench ?
It is very easy to find this in MS SQL server, but, I cannot figure this out
in Netezza.
Any help would be appreciated.
thanks !
l******9
发帖数: 579
9
【 以下文字转载自 Database 讨论区 】
发信人: light009 (light009), 信区: Database
标 题: add column name in exporting table netezza aginity sql
发信站: BBS 未名空间站 (Fri Oct 3 01:49:56 2014, 美东)
I need to export a table (60 GB) from IBM netezza aginity sql database
workbench to a csv file.
But, the column names are missing even though I set up "skip row" as 0.
Because the file is too large, I cannot open and edit it in Excel or notepad
/notepad++.
How to add the column names ?
Any help would be appreciated.
thanks
l******9
发帖数: 579
10
I need to copy a sql database from one server to another server on IBM
netezza Aginity workbench.
I know how to do it in MS SQL server.
But, I am not familiar with IBM netezza.
Do I need to copy the database to a local drive and then copy it to the
target server from the local drive ?
Any help would be appreciated.
thanks
l******9
发帖数: 579
11
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 apprec... 阅读全帖
l******9
发帖数: 579
12
I need to export a table (60 GB) from IBM netezza aginity sql database
workbench to a csv file.
But, the column names are missing even though I set up "skip row" as 0.
Because the file is too large, I cannot open and edit it in Excel or notepad
/notepad++.
How to add the column names ?
Any help would be appreciated.
thanks
l******9
发帖数: 579
13
My question may be simple, but, I have been searching the answer for a long
time.
How to check the data and time that a table was created in IBM Netezza SQL
from Aginity workbench ?
It is very easy to find this in MS SQL server, but, I cannot figure this out
in Netezza.
Any help would be appreciated.
thanks !
l******9
发帖数: 579
14
I would like to export a data table from IBM netezza SQL daatbase in Aginity
workbench to a txt file on win 7.
I called The sql query from C# in visual studio 2013:
CREATE EXTERNAL TABLE 'C:\path\my_name.txt'
USING
(
Y2BASE 2000
ENCODING 'internal'
REMOTESOURCE 'ODBC'
ESCAPECHAR ''
)
AS
SELECT *
FROM admin.my_table
I logged in as admin in the database. But, I got error:
Exception captured: System.Data.Odbc.OdbcExce... 阅读全帖
l******9
发帖数: 579
15
【 以下文字转载自 JobHunting 讨论区 】
发信人: light009 (light009), 信区: JobHunting
标 题: error export sql table from IBM netezza database to a file
发信站: BBS 未名空间站 (Fri Nov 28 16:33:15 2014, 美东)
I would like to export a data table from IBM netezza SQL daatbase in Aginity
workbench to a txt file on win 7.
I called The sql query from C# in visual studio 2013:
CREATE EXTERNAL TABLE 'C:\path\my_name.txt'
USING
(
Y2BASE 2000
ENCODING 'internal'
REMOTESOURCE 'ODBC'
E... 阅读全帖
l******9
发帖数: 579
16
【 以下文字转载自 JobHunting 讨论区 】
发信人: light009 (light009), 信区: JobHunting
标 题: error export sql table from IBM netezza database to a file
发信站: BBS 未名空间站 (Fri Nov 28 16:33:15 2014, 美东)
I would like to export a data table from IBM netezza SQL daatbase in Aginity
workbench to a txt file on win 7.
I called The sql query from C# in visual studio 2013:
CREATE EXTERNAL TABLE 'C:\path\my_name.txt'
USING
(
Y2BASE 2000
ENCODING 'internal'
REMOTESOURCE 'ODBC'
E... 阅读全帖
l******9
发帖数: 579
17
【 以下文字转载自 JobHunting 讨论区 】
发信人: light009 (light009), 信区: JobHunting
标 题: error export sql table from IBM netezza database to a file
发信站: BBS 未名空间站 (Fri Nov 28 16:33:15 2014, 美东)
I would like to export a data table from IBM netezza SQL daatbase in Aginity
workbench to a txt file on win 7.
I called The sql query from C# in visual studio 2013:
CREATE EXTERNAL TABLE 'C:\path\my_name.txt'
USING
(
Y2BASE 2000
ENCODING 'internal'
REMOTESOURCE 'ODBC'
E... 阅读全帖
l******9
发帖数: 579
18
【 以下文字转载自 JobHunting 讨论区 】
发信人: light009 (light009), 信区: JobHunting
标 题: copy database from one server to another in IBM netezza Aginity workbench
发信站: BBS 未名空间站 (Tue Nov 11 14:35:23 2014, 美东)
I need to copy a sql database from one server to another server on IBM
netezza Aginity workbench.
I know how to do it in MS SQL server.
But, I am not familiar with IBM netezza.
Do I need to copy the database to a local drive and then copy it to the
target server from the local drive ?
Any help would be ap... 阅读全帖
l******9
发帖数: 579
19
【 以下文字转载自 JobHunting 讨论区 】
发信人: light009 (light009), 信区: JobHunting
标 题: copy database from one server to another in IBM netezza Aginity workbench
发信站: BBS 未名空间站 (Tue Nov 11 14:35:23 2014, 美东)
I need to copy a sql database from one server to another server on IBM
netezza Aginity workbench.
I know how to do it in MS SQL server.
But, I am not familiar with IBM netezza.
Do I need to copy the database to a local drive and then copy it to the
target server from the local drive ?
Any help would be ap... 阅读全帖
c**i
发帖数: 6973
20
来自主题: Military版 - Pressure Builds for F-16 Sale to Taiwan
I will answer meiguohuaren first, who says, "买再多的武器也没办法单挑大陆."
Lets' see. China's failed invasion of Vietnam was well known. Besides, China
has to cross the Strait. Therein lies the problem.
As to dengy. There is no need to beat chest. "第一轮饱和攻击,能生存多少?"
Think about GPS, which is not in China's control. I say this again and agin.
Tired. China has no missile defense (after a fluke, China can not repeat it
, like France and so on); Taiwan has.
d*b
发帖数: 21830
21
来自主题: Military版 - Pressure Builds for F-16 Sale to Taiwan
台巴子的自信真是了不得,随便给你举个例子,说说你们所谓的missile defense.
就拿你那点爱国者来说吧,对付一枚飞毛腿(先这么假定吧,土鳖只有飞毛腿),需要
发射3枚爱国者拦截,那就是300万美元。土鳖要发射1000枚飞毛腿,先不说饱和攻击和
你们装弹的时间间隔,光弹的钱你们就得准备1000亿美刀了。不要说后勤人员物质了。
这种战争你们台湾人有钱打么?还是一句话,台湾现在是亚洲的穷鬼。早已经边缘化了
,nobody cares.

"
China
"
agin.
it
d**********i
发帖数: 4877
22
三哥很逗
抄一段
印度时报报导:
"Meanwhile, the Communist Party-run Global Times commented that India needs
to do more "to clarify the so-called intrusion". It said India "hasn't done
so and remained silent and ambiguous, which indulges Indian media habits."
三哥和猥琐男的评论。哈哈哈
Jitendra (Melnourne)
27 mins ago
Read the last paragraph. These commis are even bigger traitors and B@stards
then congis. Commis supported China in 1962 and now agin they are showing
their ugly face. We don not need enemies from outside as we... 阅读全帖

发帖数: 1
23
名字叫舍恩。
德国科学家。不少Nature,Science。后来均被撤稿。
以下摘自维基百科。将军们怎么看这位白人科学家?据一位王姓的华人知名professor
透露,他去演讲,有个欧洲白人老头老是说华人professor的文章是造假造出来的数据
,华人教授气都气死了。
【舍恩事件】
舍恩事件是一起于2002年揭发的大规模学术论文造假丑闻。事件主角扬·舍恩 (Jan
Hendrik Schön) 1970年生于德国费尔登,1997年获康斯坦茨大学物理学博士学位
并留校任教,1998年加入贝尔实验室,于贝尔特拉姆·巴特洛格教授指导下做材料学研
究,2001年成为正式员工。之后的4年里,他与20多人合作在许多大型国际期刊上发表
了超过80篇论文,在《自然》和《科学》上发表的第一作者署名的论文就有17篇。这些
论文在当时被认为于分子电路、分子半导体、有机激光、高温超导和纳米科技领域取得
突破进展,震动了整个科学界。2001年,他获得了德国最重要的科学奖项之一——奥托
·克隆-韦伯银行奖。
舍恩最出名的“成就”是于2001年11月发表的单分子场效应管。他称在两层金电极之间
用含硫的有... 阅读全帖
r*****n
发帖数: 1285
24
只要在选举中打败你们,美国就可以great agin。
你们坐大了,美国就烂了。我选择来美国,就是要伟大的美国,而
不是哦巴马的agenda要变成的美国。
l******9
发帖数: 579
25
【 以下文字转载自 Statistics 讨论区 】
发信人: light009 (light009), 信区: Statistics
标 题: SQL check likeness between two large tables
发信站: BBS 未名空间站 (Tue May 6 15:38:29 2014, 美东)
I need to check the likeness between two data tables on SQL. I am working on
Aginity Workbench for Netezza on Win 7.
The tables are very large. One of them has 100 million rows and 4 columns;
another one has 1500 million rows and 3 columns.
Example, table1
ID1 ID2 ID3 Value
xxxx xxxxxx xxxxxxxx xxx.xxxxxx ... 阅读全帖
l******9
发帖数: 579
26
I would like to load data from a txt file (9 KB) to SQL IBM netezza database
in Aginity workbench.
After creating the table:
I right-clicked the table and go to "import data" tab and chose "comma" as
field delimiter and skip the first row for the header in the file.
The SQL query is:
INSERT INTO username.my_table // the table has 12 columns and all are
characters
SELECT * FROM
EXTERNAL 'C:\mypath\my_file.txt'
USING
(
DELIMITER ','
LOGDIR 'C:\temp'
Y2BASE 2000
ENCODING 'internal'
SKIP... 阅读全帖
s****e
发帖数: 54
27
my guess:
some value in table, column id, has some non number charactor.
You can try find out if id has any non number in it.
t***t
发帖数: 6066
28
zenefits的同学说说,你们真的经常在楼梯间sex吗?lol
Zenefits’s new chief executive, David Sacks, last week banned alcohol in
the office of the health-insurance brokerage startup as he tries to reverse
its rambunctious culture, especially among sales staff.
But it wasn’t just drinking booze that gave the San Francisco headquarters
a frat-house feel.
Last June, Emily Agin, the company’s director of real estate and workplace
services, sent a note to San Francisco-based employees to cut out crude
behavior, lest the co... 阅读全帖
w**z
发帖数: 8232
29
Report: Embattled startup Zenefits told employees to stop having sex at work
There has been a lot of rocky challenges over at the once-heralded startup
Zenefits: as its longtime CEO stepped down due to a report that indicated
the company was cutting corners to get brokers the proper certifications
needed to sell insurance, the company has tried to distance itself from more
controversy.
Today will not be that day, as a report from the Wall Street Journal shows
the company has had some — ahem — in... 阅读全帖
b*******e
发帖数: 456
30
我们有一套出租房跟我们不在一个州,平时房客有问题的时候就挺麻烦的。可是偏
偏又遇到一个JP房客。前几天说车库门有问题我们立刻找了厂家来修,然后有抱怨
dreyer不行,于是我们又在agines list上找一个去解决。谁知道今天早上打电话来说
dryer vent清理,换管子要$475!说什么要上房顶清理,这不是骗人吗?从没听说谁家
清理Dryer要上房顶的,最气人的是LD同意了。怎么有这么好说话的人呢?人家要多少
给多少,根本就没了解是不是被人骗了。
我分析是房客想清理整个房子的vent就让这人骗我们说要清理Dryer的管道,她前几
天跟我们提过要清理整个房子的Vent,可是我们去年刚刚清理过的啊。 这还不到一年
有让清理谁受得了啊?我跟LD说他都不信,所以发贴问问大家,相信能找到有利的去说
服LD。
t******m
发帖数: 54
31
来自主题: NextGeneration版 - 到底要不要坚持sleep training?
To sleep train or not is very controversial and remains a very personal
decision. There is no right or wrong answer--you must do what you and your
family believe.
However, once you make your decision, you must be consistent. Consistency
is the single most important factor in predicting success.
Personally, I've sleep trained my baby when he was 8 months. I think it's
better for us both--I think there is nothing wrong for mom to crave some
great sleep for herself. I think it's beneficial for ... 阅读全帖
b***e
发帖数: 15201
32
来自主题: Overseas版 - 不要用pardon,太土
hehe 是google copy的
一般我会说say that again pls? excuse me?
I am sorry, can u say that agin?
What did you just say?
a**i
发帖数: 1091
33
不建议交易打印胖子;胖子是免费的,收费的是服务:
出售/交换物品的名称:
buy two Olay facial moistyrizers get one Olay regenerist anti-aging ey
roller free
物品类别(coupon:mfc等;血糖仪等):
coupon:mfc
物品来源(报纸夹页,厂家邮寄等):
报纸夹页
可接受的价格(必须明码标价,必填):
0.3ea for buy two Olay facial moistyrizers get one Olay regenerist anti-
aging ey roller free up to $19.99. expires 10/31/2010.
0.1ea for $1.00 off any one Olay facial moistyrizers or facical cleanser(
excludes trial size).expires 10/31/2010
0.5shipping.
邮寄损失方式哪方承担(若需邮寄,必填):
before me,after you
付款方式说明:
k*****y
发帖数: 2872
34
搭车同转,LZ first,呵呵
C****e
发帖数: 1681
35
来自主题: PennySaver版 - Gnc 3 for 25 sale agin, shipping 1
Re! Great price for vitamin 50 plus
b******o
发帖数: 545
36
Times They are a-Changin
Come gather 'round people
Wherever you roam
And admit that the waters
Around you have grown
And accept it that soon
You'll be drenched to the bone
If your time to you
Is worth savin'
Then you better start swimmin'
Or you'll sink like a stone
For the times they are a-changin'.
Come writers and critics
Who prophesize with your pen
And keep your eyes wide
The chance won't come again
And don't speak too soon
For the wheel's still in spin
And there's no tellin' who
That it's ... 阅读全帖
H**********1
发帖数: 3056
37
来自主题: Stock版 - 老李说的暴跌在哪儿
fark your mother, I never said 暴跌..
read it agin, your mother farker!
t*******h
发帖数: 409
38
来自主题: Stock版 - TSLA又着火了
waiting for 120 agin
p***e
发帖数: 29053
39
来自主题: EB23版 - HR3012下周三markup
last one.........delay will happen agin,
T****i
发帖数: 1284
40
来自主题: LosAngeles版 - 替我一哥们儿征个一夜情
hmm.... .?_?"... come agin!
j***k
发帖数: 2719
41
来自主题: NewYork版 - 请教买coop经验
here is a real story from my co-worker.
He bought a 2bed co-op in your target area in 2003. At the end of 2007, he
was to transfered to our London office. The market was at the peak and he
was ready to sell the co-op and cash in. Within a month, his agent found him
a buyer and he put in an offer at the asking price with all cash and it was
accepted. The co-op board rejected the offer because the buyer did not
have eoungh saving on his own and his parents were buying the apartment for
him.
After ... 阅读全帖
O*******e
发帖数: 1024
42
☆─────────────────────────────────────☆
codehacker (hh) 于 (Tue Aug 23 12:03:11 2011, 美东) 提到:
拿到intel的offer,还没开始上班,想请教intel办绿卡的政策?
thanks!
☆─────────────────────────────────────☆
codehacker (hh) 于 (Tue Aug 23 12:18:30 2011, 美东) 提到:
我是想知道办理的时程 例如加入后多久开始办理..
☆─────────────────────────────────────☆
begoing (eryday) 于 (Tue Aug 23 12:51:28 2011, 美东) 提到:
基本上没戏办EB1B,哪怕你有EB1A的背景,你可以自己尝试着办EB1A如果实力够强的话
只能等着办EB2,一般是加入公司两年后开办,再加上排期,估计还得等上个4~5年

☆─────────────────────────────────────☆
Png (朝... 阅读全帖
T****8
发帖数: 505
43
来自主题: WashingtonDC版 - Huge spending cuts 对DC房市如何影响?
But looks like this time around it will be 1990 once agin and twice as worse
. There is no way around the deep cut that fed will have to do now. Buckle
up and we will have one hell of a ride in the next couple years.
W****S
发帖数: 6555
44
来自主题: Vancouver版 - 这里的walmart可以打耳洞么???
u r wrong agin.
i'm feichangmandu
hehe

10,
f****b
发帖数: 2410
45
来自主题: Chess版 - Fritz 12 2009 下载
you may load agin to try. it may work
U******u
发帖数: 5829
46
better say "压倒性的优势 again and agin".
what 优势 did 志愿军 had, except of soliders numbers, in Korea war?
even the only big weapon M-15 was 5:5 to F-86 then.
w*****y
发帖数: 3900
47
来自主题: NCAA版 - s**k agin in red zone
lost 2 yds in two plays
a***n
发帖数: 5520
48
来自主题: NCAA版 - s**k agin in red zone
我觉得我不用看电视
看你直播就好了
w*****y
发帖数: 3900
49
来自主题: NCAA版 - s**k agin in red zone
and now holding
m**********0
发帖数: 698
50
来自主题: Pingpong版 - 大姆提
I play him in svtt. His footwork is not good enough to cover his wide
forehand.
70% return to his wide forehand. I think you can block him down.
If you can have short serve to his forehand. He has trouble too.
Use differnt serves to confuse him.
His 砍式发球 mostly are no spin or top spin. When return 砍式发球, You need
to flip instead of chop even you may miss it. At leat, you can scare him to
use these serve again and agin. Chop is worst choice.
1 2 下页 末页 (共2页)