Hi Rafael,
should be this:
REPLACE (Transact-SQL) https://docs.microsoft.com/en-us/sql/t-sql/functions/replace-transact-sql?vi...
VFPSQL - TSQL - Mapping http://fox.wikis.com/wc.dll?Wiki~VFPSQL-TSQL-Mapping
Gianni
On Thu, 2 May 2019 19:40:40 -0300, Rafael Copquin rafael.copquin@gmail.com wrote:
Please tell what function in TSQL can I use in the same way as STRTRAN in VFP
I ned to remove the point from a character expression such as
12345.67 to leave as 1234567 in TSQL
TIA Rafael Copquin