Posts by Romulo Viel • 1 point
3 posts
-
0
votes1
answer169
viewsA: Take data related to more than one table separately?
Table requests (tb_requests): id_pedido (PK) | person_id | descrição | preço ------------------------------------ 1 | 1 | iphone 5 | 100 2 | 1 | iphone 6 | 200 3 | 1 | samsung Tv | 300 4 | 2 |…
-
-1
votes1
answer169
viewsQ: Take data related to more than one table separately?
There’s no way I’m doing this. It seems to be with Join, but when I try, returns me zero records. I have the tables: TB1, TB2, TB3, TB4, TB...etc All with PK (ID) I tried that code: SELECT ID FROM…
-
0
votes0
answers261
viewsQ: Mysql hangs when trying to query table with many records (PHP)
I am trying to make a filter where the query is done in a table where the id of the last record is in the number 468.466. In the filter, I need to make a comparison with a View, which has your id…