WordPress tables and aliases?

‘re’ is the alias you give to EVENT_ESPRESSO_RECURRENCE_TABLE.

The error you’re seeing is probably because the EVENT_ESPRESSO_RECURRENCE_TABLE constant isn’t defined.

Do a var_dump( $wpdb->last_query ) just below that code to see the final SQL statement.