Ok, Im sure this will sound like a dumb question to anyone who has used SQL before, but I am new to this. I did RTFM, but I cant seem to make it work...
Heres the problem - I have an existing table in my Informix SQL database called "waxcnt" - this table has fields called "user_id", "count", and "lst_acc". Basically it counts every time someone logs into the database and records the date and time, however all it displays is the username which *should* reference a specific company. The problem that I am running into is that I would like to add a fourth field called "comp_id" and be able to enter company names (Ford, Chevy, etc) into it so that when we run our reports, we can determine which companies are associated with the login IDs.
Heres the problem - I have an existing table in my Informix SQL database called "waxcnt" - this table has fields called "user_id", "count", and "lst_acc". Basically it counts every time someone logs into the database and records the date and time, however all it displays is the username which *should* reference a specific company. The problem that I am running into is that I would like to add a fourth field called "comp_id" and be able to enter company names (Ford, Chevy, etc) into it so that when we run our reports, we can determine which companies are associated with the login IDs.