We would like to log modifications (inserts/updates/deletes) on a table.
Because some application that access the database through ODBC connect using the same username and password we need to distinguish who did each modification using something other than the username.
We thought of using the...
I was thinking of creating dynamic menus.
In my scenario, there a table where each record is a menu entry. It has a parent (to create a hierarchy) and an action.
The action may be:
- display a sub-menu (implemented using the table itself)
- run an external command (RUN a string)
- run an...
I have a table with the following fields (among others):
tid SERIAL
ext_id INTEGER
The idea is that a number of records may exist in this table for a given ext_id, but tid is unique and increases with each new record
My goal is to locate the most recent record for a given ext_id (say 12345)...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.