<p>i have table1 which has description, region and division columns. If the "description like '% (%.% or %.%'" I want to parse the first '%.%' which has the values for 'region.division' and update the table1.region
and table1.division columns. </p><p></p><p>FOR EXAMPLE</p><p>DESCRIPTION, REGION, DIVISION</p><p>Total Employes (SouthEast.Florida or 111.22),,</p><p>WANT IT AS</p><p>Total Employes (SouthEast.Florida
or 111.22),SouthEast,Florida</p><p>thanks in advance.</p><p></p>
↧