79335786

Date: 2025-01-07 11:14:54
Score: 2.5
Natty:
Report link

select right(rtrim('94342KMR'),3) This will fetch the last 3 right string.

select substring(rtrim('94342KMR'),1,len('94342KMR')-3) This will fetch the remaining Characters.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Om Darade