Functions
RIGHTB
Right N bytes of text
When to use it
When should I use RIGHTB instead of RIGHT?
Use RIGHTB when you need to extract a number of bytes from the end of a string, which differs from character-based RIGHT for multibyte (CJK) text.
Used in
Syntax
RIGHTB(text, num_bytes)