由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Quant版 - SQL add some columns into a table from another table (转载
相关主题
请教一道面试题啊!关于SQL的!SQL multiply all values of a column in table
SQL copy a table into a new table and add a new column (转载)SQL select one value column for each distinct value another (转载)
SQL combine two columns from two different tables no shared (转载)SQL fast search in a 10 million records table (转载)
SQL check likeness between two large tables (转载)How to write this query in Oracle?
sort two same tables SQL but different results (转载)Jim Cramer on CNBC
error of executing SQL query of string concatenationJim Rogers 有没有博客或网站 ?
compare two large tables SQL (转载)GSAM
SQL find distinct values in large table (转载)除了Jim Simons,D.E.Sahw 最有名的Quant还有谁 ?
相关话题的讨论汇总
话题: table话题: jim话题: sql话题: acct话题: columns
进入Quant版参与讨论
1 (共1页)
l******9
发帖数: 579
1
On SQL Server 2008 R2, I need to add some columns into a table from another
table.
e.g.
Table1:
name value id
Jim 288 abf
Table 2:
name acct num rank
Jim 12 29 8
Jim 98 95 7
Jim 20 52 9
What I need:
name value id acct num rank acct num rank acct num rank
Jim 288 abf 12 29 8 98 95 7 20 52 9
The record numbers in table 2 may be variable.
Any help would be appreciate.
a***x
发帖数: 26368
2
真是没完没了了啊

another

【在 l******9 的大作中提到】
: On SQL Server 2008 R2, I need to add some columns into a table from another
: table.
: e.g.
: Table1:
: name value id
: Jim 288 abf
: Table 2:
: name acct num rank
: Jim 12 29 8
: Jim 98 95 7

1 (共1页)
进入Quant版参与讨论
相关主题
除了Jim Simons,D.E.Sahw 最有名的Quant还有谁 ?sort two same tables SQL but different results (转载)
[合集] WorldQuant phone interviewerror of executing SQL query of string concatenation
[合集] 继续作贡献,一道积分题。compare two large tables SQL (转载)
EXCEL VBA in real worldSQL find distinct values in large table (转载)
请教一道面试题啊!关于SQL的!SQL multiply all values of a column in table
SQL copy a table into a new table and add a new column (转载)SQL select one value column for each distinct value another (转载)
SQL combine two columns from two different tables no shared (转载)SQL fast search in a 10 million records table (转载)
SQL check likeness between two large tables (转载)How to write this query in Oracle?
相关话题的讨论汇总
话题: table话题: jim话题: sql话题: acct话题: columns