Posts by Eder • 13 points
3 posts
-
0
votes4
answers152
viewsQ: Using Mysql how to create a Select that searches "together" words
In Mysql how to create a select that searches "together" words. For example: SELECT pessoa FROM tabela WHERE pessoa like '%josedasilva%' But in this way nothing returns. Because it is registered as…
-
0
votes2
answers241
viewsQ: Leave submenu in container width
How to leave the submenu (dropdown) within the container width? Where you have the div with the class: class="navbar-Collapse Collapse" I put (position: relative), it worked but the logo link does…
-
0
votes1
answer39
viewsQ: Select deleted a record and searching for others with the same code
The product code I pass to sql via php. For example $cd_product = 2; I would like to list everything but the product record (cd_product != 2). So far so good. However I would also like only the…