Posts by robs • 31 points
1 post
-
3
votes2
answers44
viewsQ: What is the "~*" operator for in a select in SQL?
I saw this line of code in some examples: SELECT * from produto where nome ~*'$texto_pesquisado';" But I don’t know what the function of ~*, I found no explanation. What is it for?…