Forum Moderators: open
for example we have this code on VB:
Mid("ABCDEFG",1,3) ; it's return : ABC
i need a code like this on SQL
LEFT ( character_expression , integer_expression )
SUBSTRING ( expression , start , length )
PATINDEX ( '%pattern%' , expression )
REPLACE ( 'string_expression1' , 'string_expression2' , 'string_expression3' )
All available in SQL