View Single Post
  #6  
Old 06-05-2009, 09:25 AM
Inverness Inverness is offline
Incubator
Inverness's Avatar
Join Date: Aug 2004
Location: Houston, Texas
Posts: 3,613
Inverness is a jewel in the roughInverness is a jewel in the rough
And in case you didn't know, SQLite tables have a built-in rowid column. If you declare a column INTEGER PRIMARY KEY it becomes an alias for it. So if you don't have an alias for it, you can use:

SELECT rowid, * FROM table
Quote:
Originally Posted by zokemon View Post
You should make account PRIMARY KEY rather then UNIQUE to speed up indexing (makes SELECT go faster)
You just got told, by Riot.
__________________
Reply With Quote