Subject cut characters from string
Author yartax1
Hi,

Any way to cut selected characters from a query like:

select cut('1234 56 78',' ') from table

produces result:

'12345678' in query.


Thanks!
Yartax