Skip to content Skip to sidebar Skip to footer
Showing posts with the label Substring

How Can I Use Substring And Replace In One Sql-statement?

SELECT TOP 1 REPLACE(name, '*Deleted*', '' ) FROM OBJ_R) AS lastname and SELECT SU… Read more How Can I Use Substring And Replace In One Sql-statement?