Business Studies, asked by Alfiyashanavas, 6 months ago

write a query to display 4characters extracted from 5th left character onwards from string CONGRATULATION?​

Answers

Answered by siddharth3690
2

Returns the characters extracted from a string based on the specified character position for a specified number of characters.

The character position and number of characters are based on the number of characters, not bytes, so that multi-byte characters are counted as single characters. You cannot specify a negative length, but you can specify a negative starting position.

Similar questions