On Wed, May 25, 2011 at 2:13 AM, pbreit <[email protected]> wrote:
> Massimo's example gets you roughly the same result. so are you saying this would work too? db.table_name.my_descriptive_field_name = db.table_name.a Having a constant or an alias is pretty much the same. main drawback is additional global variables, which may accidentally be overridden elsewhere

