Posts by T. Borges • 23 points
2 posts
-
1
votes1
answer369
viewsQ: Object not found when clicking on hyperlink
Hello, I am learning IC and I came across the following problem. By clicking a link in a home test, I would like to be transferred to another page and use another controller, but by clicking, I get…
-
1
votes1
answer186
viewsQ: Update an attribute according to two other tables
Table Company CREATE TABLE empresa ( cnpj char(18) PRIMARY KEY, nome varchar(60) NOT NULL UNIQUE, receita float NOT NULL, pais_sede varchar(26) NOT NULL ); Target table CREATE TABLE destino( cidade…