Ola
With auto_increment turned on when creating a table, one is able to add records with an auto-generated key, perfect!
Q1: How do I get that record by reading the key when the value does not include it?
Q2: How do I run an SQL select that will include the key as part of the returned objects?
Thanks
With auto_increment turned on when creating a table, one is able to add records with an auto-generated key, perfect!
Q1: How do I get that record by reading the key when the value does not include it?
Q2: How do I run an SQL select that will include the key as part of the returned objects?
Thanks
Last edited: