gradinumcp
IS-IT--Management
Hi!
I need help creating a column in a table of a SQL database. The data should be something like 100-1, 100-2, 100-3... There will also be data like 101-1, 101-2..... Here 100 and 101 point to Branches and are significant like 100-California, 101-Idaho etc. And the 1,2,3... point to computer stations in each of the offices.
So as and when I add records to this table, it should update the Computer Station ID to the next one and give me the option to add the Branch ID before that.
Thanks!
I need help creating a column in a table of a SQL database. The data should be something like 100-1, 100-2, 100-3... There will also be data like 101-1, 101-2..... Here 100 and 101 point to Branches and are significant like 100-California, 101-Idaho etc. And the 1,2,3... point to computer stations in each of the offices.
So as and when I add records to this table, it should update the Computer Station ID to the next one and give me the option to add the Branch ID before that.
Thanks!