由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - keep group of values of SQL procedure in one table (转载)
相关主题
generate unique integer ID from columns in SQL tableSQL fast search in a 10 million records table
SQL find distinct values in large table (转载)请问C#中如何update hashtable中的value? (转载)
请教个SQL的问题SQL combine two columns from two different tables no shared columns
Facebook Phone Screen问个sql小提。大牛勿进
下午的google就只code完一题,没来得及做第二题[电话面试] 非死不可 2
这里牛人多,给大家来个算法的问题SQL query 求解!
请问二叉搜索树如何找到两个点的最近祖先?再请教SQL问题
SQL multiply all values of a column in table (转载)这个SQL面试题怎么做
相关话题的讨论汇总
话题: procedure话题: sql话题: table话题: values话题: keep
进入JobHunting版参与讨论
1 (共1页)
l******9
发帖数: 579
1
【 以下文字转载自 Database 讨论区 】
发信人: light009 (light009), 信区: Database
标 题: keep group of values of SQL procedure in one table
发信站: BBS 未名空间站 (Sat May 24 09:48:08 2014, 美东)
I need to print out a group of values from a procedure on SQL server 2008.
If I use select , it generated a distinct table into the result part of SQL
server 2008 managemetn studio every time the procedure is called.
i need to call the procedure in a loop. I want to print the values into one
table.
Thx!
while
begin
my_procedure()
end
my_procedure()
# do something
select value1, value2, value3
i need to keep the
value1, value2, value3
in one single table after the loop is done.
Currently, everytime my_procedure() is called, a new table is created in SQL
server MS.
I want to keep all of them in one single table.
1 (共1页)
进入JobHunting版参与讨论
相关主题
这个SQL面试题怎么做下午的google就只code完一题,没来得及做第二题
发个FB电面SQL题目攒个人品希望H1B抽中这里牛人多,给大家来个算法的问题
SQL run a stored procedure by fetching from a cursor row by (转载)请问二叉搜索树如何找到两个点的最近祖先?
SQL select one value column for each distinct value another colSQL multiply all values of a column in table (转载)
generate unique integer ID from columns in SQL tableSQL fast search in a 10 million records table
SQL find distinct values in large table (转载)请问C#中如何update hashtable中的value? (转载)
请教个SQL的问题SQL combine two columns from two different tables no shared columns
Facebook Phone Screen问个sql小提。大牛勿进
相关话题的讨论汇总
话题: procedure话题: sql话题: table话题: values话题: keep