Posts by Victor Brasileiro • 11 points
2 posts
-
0
votes1
answer171
viewsA: Tables Displayed in Oracle SQL Developer
Right-click on tables -> apply filter -> select the filter you want
-
1
votes2
answers712
viewsA: Subquery (SQL error (1242): Subquery Returns more than 1 Row)
Shouldn’t it be something like this? I am without sql to test, but I believe to be something along these lines... SELECT a.`CPF/CNPJ`, a.Cliente, a.Cep, a.Cidade, a.Estado, SUBQUERY.Total_Instancias…