Posts by Lutiano • 11 points
2 posts
-
1
votes2
answers49
viewsA: How do I count the amount of items in a repeated field?
You could do something like: SELECT COUNT(c.CtrlCargaNum) CtrlCargaNum FROM (SELECT DISTINCT CtrlCargaNum FROM CTRL_CARGA WHERE CtrlCargaData BETWEEN '2018-01-01' AND '2018-01-04' AND EmpCod =…
-
0
votes0
answers178
viewsQ: Bootstrap Typeahead + PHP and Mysql Plugin
I am a few days trying to use the Bootstrap Typeahead completion feature with this plugin:biggora/bootstrap-ajax-typeahead. After researching a lot, I found only vague answers, but nothing…