oid or rowid equivalent

2005-01-26 Thread Nupur Jain
Hi,
I was wondering if mysql supports rowid like oracle or oid like pgsql does for 
updates? If no, is there a work around to these?

Thanks!



--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



RE: oid or rowid equivalent

2005-01-26 Thread Dathan Pattishall
Innodb has a oracle style rowid but it can't be accessed. You might want
to use auto_increment a table option that updates with each inserted
record.
 

DVP

Dathan Vance Pattishall http://www.friendster.com

 

 -Original Message-
 From: Nupur Jain [mailto:[EMAIL PROTECTED] 
 Sent: Wednesday, January 26, 2005 2:27 PM
 To: mysql@lists.mysql.com
 Subject: oid or rowid equivalent
 
 Hi,
 I was wondering if mysql supports rowid like oracle or oid 
 like pgsql does for updates? If no, is there a work around to these?
 
 Thanks!
 
 
 
 --
 MySQL General Mailing List
 For list archives: http://lists.mysql.com/mysql
 To unsubscribe:
 http://lists.mysql.com/[EMAIL PROTECTED]
 
 

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]