![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I wish to parse a description field by the space between each word and fit as many whole words into descr1, descr2, descr3, and descr4 fields as possible. Any suggestions? CREATE TABLE [dbo].[ORDERS] ( [CATNO] [char] (20) , [DESCR] [char] (250) , [DESCR1] [char] (17) , [DESCR2] [char] (10) , [DESCR3] [char] (20) , [DESCR4] [char] (20) , ) INSERT INTO orders (catno, descr) VALUES('PHP- 43622422', 'QUARTZ BULB, 500 WATTS/125 VOLTS, PHILIPS NO PHL-500T3Q/CL/P, 2000 HOURS') |
![]() |
| Thread Tools | |
| Display Modes | |
| |