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 > MySQL > Unique Id in mysql

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 05-03-10, 04:37
narayanyr narayanyr is offline
Registered User
 
Join Date: Apr 2010
Posts: 30
Unique Id in mysql

Oracle - ROWID, postgres - OID, MYSQL - ??

Looking for a builtin function in mysql which should give me the physical address to include in the select query so that a specific record can be manipulated

Kindly help me asap
Reply With Quote
  #2 (permalink)  
Old 05-03-10, 05:56
r937 r937 is offline
SQL Consultant
 
Join Date: Apr 2002
Location: Toronto, Canada
Posts: 19,525
Quote:
Originally Posted by narayanyr View Post
Oracle - ROWID, postgres - OID, MYSQL - ??
no equivalent concept in mysql

i'm afraid you will have to try a different approach to whatever it is you're trying to do (which you neglected to mention)

__________________
r937.com | rudy.ca
please visit Simply SQL and buy my book
Reply With Quote
  #3 (permalink)  
Old 05-03-10, 06:02
narayanyr narayanyr is offline
Registered User
 
Join Date: Apr 2010
Posts: 30
I have composite primary key with multiple datatype formats.In this case mysql will not allow me to auto increment for 2 columns in the table.

Please let me know as to what would be the best approach to fix this
Reply With Quote
  #4 (permalink)  
Old 05-03-10, 06:21
r937 r937 is offline
SQL Consultant
 
Join Date: Apr 2002
Location: Toronto, Canada
Posts: 19,525
Quote:
Originally Posted by narayanyr View Post
Please let me know as to what would be the best approach to fix this
since you have a composite primary key with multiple datatype formats, you have no need for an auto_increment
__________________
r937.com | rudy.ca
please visit Simply SQL and buy my book
Reply With Quote
  #5 (permalink)  
Old 05-03-10, 06:30
narayanyr narayanyr is offline
Registered User
 
Join Date: Apr 2010
Posts: 30
Thanks Rudy
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