Hi,
Is it possible to execute a SQL query that removes the spaces from a text?
for example I have a value '123 131 123 121' and I would like to have '123131123121' returned.
In SqL serve I can use the replace function, but this does not work the same way in SQLBase?
Is it possible to execute a SQL query that removes the spaces from a text?
for example I have a value '123 131 123 121' and I would like to have '123131123121' returned.
In SqL serve I can use the replace function, but this does not work the same way in SQLBase?