SELECT RTRIM('plus2net.com ')// Output plus2net.com
UPDATE student SET name=RTRIM(name)
Read more on UPDATE QuerySELECT concat(name,' '), RTRIM(concat(name, ' ')) from student
Read more on CONCAT
Author
🎥 Join me live on YouTubePassionate about coding and teaching, I publish practical tutorials on PHP, Python, JavaScript, SQL, and web development. My goal is to make learning simple, engaging, and project‑oriented with real examples and source code.