On 5/2/06, JP <[EMAIL PROTECTED]> wrote:
Can the reverse be done in an efficient way? For example, given a table with 1million names, how can I return the row number for a particular element? i.e. something like
is select rowid from table where name = 'foo' what you want?