Computer Science, asked by pavanisaipala4191, 1 year ago

How can we use the output of LTRIM() and RTRIM() functions to update MySQL table?

Answers

Answered by ayushkumar41
0
  • If you want to remove only leading or trailing spaces, you can use other string functions: LTRIM and RTRIM . The following statement uses the LTRIM function to remove the leading spaces of a string.
Similar questions
Math, 7 months ago