Posts by Fernando c • 56 points
3 posts
-
1
votes2
answers2140
viewsA: How to add a "Constraint Unique" to a column without deleting the table or column
hello. I tried it like this and it worked: alter table usuario add unique(login);
-
1
votes2
answers374
viewsA: Input fields are not being filled in according to value
ola; save and edit follow somewhat different logics; try so, briefly: 1 - your table must have a primary key column (Let’s call it id); 2 - vc need to pass this id to the selected record usually by…
-
2
votes1
answer5710
viewsA: Invalid SQL identifier - Oracle
vc did not create the Prodid column in this table (Industrialunit). also this column should be of the same type and not null in the Production table. check out.
sqlanswered Fernando c 56