phuongnguyen
Programmer
Hi all,
I need you help for a SQL phrase where I can remove irregular spaces in my table if the "blank" > 1.
In TITLE field, the values like this
TITLE
----------------------------------------------------------
AAA AAA AAAA AAAAAA AAA AAAAA A
B BBBBB BBBBBB BBB BBB B
etc.
I want my values in table look like this after updating.
TITLE
----------------------------------------------------------
AAA AAA AAAA AAAAAA AAA AAAA A
B BBBBB BBBBBB BBB BBB B
etc..
Thank you.
phuongnguyen
I need you help for a SQL phrase where I can remove irregular spaces in my table if the "blank" > 1.
In TITLE field, the values like this
TITLE
----------------------------------------------------------
AAA AAA AAAA AAAAAA AAA AAAAA A
B BBBBB BBBBBB BBB BBB B
etc.
I want my values in table look like this after updating.
TITLE
----------------------------------------------------------
AAA AAA AAAA AAAAAA AAA AAAA A
B BBBBB BBBBBB BBB BBB B
etc..
Thank you.
phuongnguyen