Forum OpenACS Development: Unknown attribute 'rowid' in table 'users'

there is a script in /education/util/add-new-3.tcl where it execute
the sql statment 'select rowid from users where user_id=4. I can't any
attribute in table users with a name rowid. can i know what is that?
Collapse
Posted by Don Baccus on
rowid is an oracle magic id for a row.  The PG equivalent is oid.  Submit a bug to the SDM...