Posts by Lxxx_190 • 15 points
2 posts
-
0
votes1
answer107
viewsQ: Run a SELECT inside an IF in SQL?
I would like to know how to execute an IF condition with SELECT, I am still studying about SQL so in the example I will try to pass only the idea because the syntax will probably not be correct. IF…
-
1
votes1
answer47
viewsQ: How to separate string in jquery from autocomplete?
I’m having problems to make a search system, at the moment I do the search/comparison with 2 columns and shows the name of the 2 columns. $pesquisa = filter_input(INPUT_GET, 'term',…