Solutions for future ...

回答: 回複:SQL statement about going tlidongmei2004-06-30 18:46:10

As F64 said, records in a table were placed in ramdom.

The [Last Record] means the recored very recently inserted, this means you can trace EITHER an incremental ID column or datetime stamp, with MAX()
function, ex, max(ID) or MAX(time_added).

If you are using Oracle, there is an internal RowID,
but it is BAD practice to use it in program.

請您先登陸,再發跟帖!