Posts by EdnaldoNeimeg • 109 points
3 posts
-
1
votes1
answer412
viewsQ: LIKE query in related table
I have a query that searches for TECHNICAL CALLS and in this research I do some JOINS to bring related information. I need the LIKE to also work for the CLIENT name (which is in another table) The…
-
2
votes3
answers2007
viewsQ: Select records from a table where the record of a related table is a specific value
I have a table of technical calls and a table of appointments. Each 'CALL' has several 'CALLS' and it is in the calls that is the field that defines the status of the call (Open, Closed, In…
-
7
votes2
answers394
viewsQ: Get inverse relationship with Laravel
I am creating a forum system that is divided by sections. Each section contains categories, each category contains topics. Ex: Administração _ |_Regras da do fórum |_Sugestões e críticas…