Posts by M. Ribeiro • 23 points
3 posts
-
0
votes3
answers96
viewsQ: How to change label type within a table depending on what is inserted
Good afternoon, I am trying to assemble a table with Bootstrap and would like to change the label type depending on what was written inside the cell. Table example: <table> <tr>…
-
1
votes2
answers128
viewsA: How to insert primary keys from an X table into a Y table
Well, I got what I wanted! Here is my solution: I created a function that when typing Cpf (document column in person) it returns the id of the person itself, and I gave an input with this function.…
-
1
votes2
answers128
viewsQ: How to insert primary keys from an X table into a Y table
Hello, good, I’m having a hard time giving insert in the table divide, being that in it I have two FK’s that link the table person.. My question is the following: How to get the desired PK’s and…