Posts by Clecio Almeida • 1 point
1 post
-
0
votes0
answers35
viewsQ: How could a SELECT perform better with multiple INNER JOIN
I have a SELECT with several INNER JOIN and some functions such as replace, if.. That one SELECT takes all the information I need, but it takes too long. Is there any way to optimize this SELECT?…