Durga D <[email protected]> wrote: > Dear Igor, > > If already toinfo record exists, that time how to get the h > (primary key) (instead of rowid)?
An INTEGER PRIMARY KEY column is in fact an alias for rowid. They are one and the same. -- Igor Tandetnik _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

