Home
|
Weblogs
|
Forums
|
SQL Server Links
Search:
Active Forum Topics
|
Popular Articles
|
All Articles by Tag
|
SQL Server Books
|
About
SQL Server Forums
Profile
|
Register
|
Active Topics
|
Members
|
Search
|
Forum FAQ
Register Now
and get your question answered!
Username:
Password:
Save Password
Forgot your Password?
All Forums
Old Forums
CLOSED - General SQL Server
What can I do?
Forum Locked
Printer Friendly
Author
Topic
linka
Starting Member
3 Posts
Posted - 03/25/2004 : 02:59:39
I have this table:
ID(child) parent level attribute
Child 1 ...................1.......1
Child 2 ......Child 1 ...2.......1
Child 3 ......Child 2....3.......2
Then attribute=2 I have this info in next table:
ID(child) Info_1 Info_2 Info_3
Child3..........111.....222.....333
In the result I must have this table :
level 1...level 2... level 3...level 4...Info...from
Child 1....Child 2.... Child 3....null.....111... Info_1
Child 1....Child 2.... Child 3....null.....222... Info_2
Child 1....Child 2.... Child 3....null.....333... Info_3
Please, help me.
Merkin
Funky Drop Bear Fearing SQL Dude!
Australia
4970 Posts
Posted - 03/25/2004 : 04:18:37
Hi linka
Have a read of this
http://www.sqlteam.com/item.asp?ItemID=2955
and see if it answers any questions for you
Damian
linka
Starting Member
3 Posts
Posted - 03/25/2004 : 06:55:25
I try this method,but can't get info from columns: Info 1, info 2 info 3.
i must get not 111,222,333 in one rows, but must get 111,222,333 in different rows.
Topic
Forum Locked
Printer Friendly
Jump To:
Select Forum
General SQL Server Forums
New to SQL Server Programming
New to SQL Server Administration
Script Library
Data Corruption Issues
Database Design and Application Architecture
SQL Server 2012 Forums
Transact-SQL (2012)
SQL Server Administration (2012)
SSIS and Import/Export (2012)
Analysis Server and Reporting Services (2012)
Replication (2012)
Availability Groups and DR (2012)
Other SQL Server 2012 Topics
SQL Server 2008 Forums
Transact-SQL (2008)
SQL Server Administration (2008)
SSIS and Import/Export (2008)
High Availability (2008)
Replication (2008)
Analysis Server and Reporting Services (2008)
Other SQL Server 2008 Topics
SQL Server 2005 Forums
Transact-SQL (2005)
SQL Server Administration (2005)
.NET Inside SQL Server (2005)
SSIS and Import/Export (2005)
Service Broker (2005)
Replication (2005)
High Availability (2005)
Analysis Server and Reporting Services (2005)
Express Edition and Compact Edition (2005)
Other SQL Server Topics (2005)
SQL Server 2000 Forums
SQL Server Development (2000)
SQL Server Administration (2000)
Import/Export (DTS) and Replication (2000)
Transact-SQL (2000)
Analysis Services (2000)
MSDE (2000)
Development Tools
ASP.NET
Reporting Services Development
Other Development Tools
Site Related Forums
Site Related Discussions
Article Discussion
Poll Discussion
The Yak Corral
Other Forums
SQL Server 6.5 \ SQL Server 7.0
Other Topics
MS Access
ClearTrace Support Forum
Old Forums
CLOSED - General SQL Server
CLOSED - SQL Server 2005/Yukon
--------------------
Home
Active Topics
Frequently Asked Questions
Member Information
Search Page
SQL Server Forums
© 2000-2009 SQLTeam Publishing, LLC
This page was generated in 0.05 seconds.