If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Informix > query

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 08-02-06, 06:23
c_k_shrma c_k_shrma is offline
Registered User
 
Join Date: Aug 2006
Posts: 1
query

Is there any way of listing all the rows which are updated after a certain time.

Note: no date or time related column is there in the table.

Thanks,
Chandan Sharma
Reply With Quote
  #2 (permalink)  
Old 08-02-06, 12:46
artemka artemka is offline
Registered User
 
Join Date: May 2004
Location: New York
Posts: 248
If adding a datetime stamp column to the table is not an option
create the "on update" trigger and store the info with the time stamp in a separate table

Cheers

Artem
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On