【发布时间】:2014-02-19 07:30:10
【问题描述】:
我在SQL 服务器中有一张桌子。它的数据是关于 Cisco IP-Phones 的呼叫详细信息。
我在PHP 中有一个脚本。
每当发生新呼叫时,此表的数据就会更新。
表更新后,我想获取新数据。
我怎么知道表格何时更新?
它不是在特定时间,取决于何时拨打新电话。
表格的字段是:
1. id
2. WaitingTime(This is the value that I needed)
3. dateTime (It is the date and the time of updating and inserting the new value)
【问题讨论】:
-
什么是数据库,什么是表结构?
标签: php sql sql-update