Title: event recurring sql query
Last modified: August 30, 2016

---

# event recurring sql query

 *  Resolved [mehuljogi](https://wordpress.org/support/users/mehuljogi/)
 * (@mehuljogi)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/event-recurring-sql-query/)
 * Hi,
 * Can you let me know how i can fire the sql query for the recurring event. i am
   not much aware about recurring date with the sql.
 * my query is like this
 * Select
    wp_vdqp_term_taxonomy.term_id, wp_vdqp_posts.ID, wp_vdqp_posts.post_title,
   wp_vdqp_posts.post_content, wp_vdqp_terms.name, wp_vdqp_ai1ec_event_instances.
   start, wp_vdqp_ai1ec_event_instances.`end` From wp_vdqp_posts Inner Join wp_vdqp_term_relationships
   On wp_vdqp_posts.ID = wp_vdqp_term_relationships.object_id Inner Join wp_vdqp_term_taxonomy
   On wp_vdqp_term_relationships.term_taxonomy_id = wp_vdqp_term_taxonomy.term_taxonomy_id
   Inner Join wp_vdqp_terms On wp_vdqp_term_taxonomy.term_id = wp_vdqp_terms.term_id
   Inner Join wp_vdqp_ai1ec_events On wp_vdqp_posts.ID = wp_vdqp_ai1ec_events.post_id
   Inner Join wp_vdqp_ai1ec_event_instances On wp_vdqp_posts.ID = wp_vdqp_ai1ec_event_instances.
   id Where wp_vdqp_term_taxonomy.term_id = 135 Order By wp_vdqp_ai1ec_events.start
 * and i want the repeated events in this query can you help me please.
 * Thanks in advance
 * [https://wordpress.org/plugins/all-in-one-event-calendar/](https://wordpress.org/plugins/all-in-one-event-calendar/)

The topic ‘event recurring sql query’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/all-in-one-event-calendar.svg)
 * [Timely All-in-One Events Calendar](https://wordpress.org/plugins/all-in-one-event-calendar/)
 * [Support Threads](https://wordpress.org/support/plugin/all-in-one-event-calendar/)
 * [Active Topics](https://wordpress.org/support/plugin/all-in-one-event-calendar/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/all-in-one-event-calendar/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/all-in-one-event-calendar/reviews/)

## Tags

 * [my-sql](https://wordpress.org/support/topic-tag/my-sql/)

 * 0 replies
 * 1 participant
 * Last reply from: [mehuljogi](https://wordpress.org/support/users/mehuljogi/)
 * Last activity: [10 years, 9 months ago](https://wordpress.org/support/topic/event-recurring-sql-query/)
 * Status: resolved