Re: How to break the words
From: Hilary Cotter (hilary.cotter_at_gmail.com)
Date: 02/24/05
- Next message: John Kane: "Re: Full-Text Catalog does not build..."
- Previous message: Oleg Cherkasenko: "Re: Full-Text Catalog does not build..."
- In reply to: Pro: "How to break the words"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 24 Feb 2005 09:28:23 -0500
This question should be posted in the Microsoft.public.sqlserver.programming
newsgroup
-- Hilary Cotter Looking for a SQL Server replication book? http://www.nwsu.com/0974973602.html Looking for a FAQ on Indexing Services/SQL FTS http://www.indexserverfaq.com "Pro" <nospam@nospam.net> wrote in message news:OR%23hNpiGFHA.3612@TK2MSFTNGP09.phx.gbl... > Hi, > > I have a table which data is organized as follows, > > Style Color Size_Qty > MEW6SQ215 101 XS,12; S,12; M,10; > MZ10E727L 360 29,2;30,4;31,6;32,4;33,2; > M002U2402 387 S,34; M,54; L,35;XL,17; > M002D6502 100 XS,137; S,502; M,499; L,212; > > How can I using a query to form the record as following > Style Color Size Qty > MEW6SQ215 101 XS 12 > MEW6SQ215 101 S 12 > MEW6SQ215 101 M 10 > MZ10E727L 360 29 2 > MZ10E727L 360 30 4 > . > . > . > . > > Thank you. > > >
- Next message: John Kane: "Re: Full-Text Catalog does not build..."
- Previous message: Oleg Cherkasenko: "Re: Full-Text Catalog does not build..."
- In reply to: Pro: "How to break the words"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|