0 david posted what is the use of REVERSE in MySQL? what is REVERSE in MySQL ? how to use function REVERSE in MySQL? Edit Question
1 david answered Jun 2 '22 00:00 The REVERSE() function can be used to reverse the given string in MySQL.The REVERSE() function returns the reversed string. select REVERSE("TIME")//EMIT as you can see above query reverse the string "TIME" to "EMIT" Edit Answer