Changes between Initial Version and Version 1 of Ticket #10404, comment 6
- Timestamp:
- 02/26/2013 07:41:13 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10404, comment 6
initial v1 23 23 }}} 24 24 25 ... and the only way I could prevent it from creating post_id_2, 3, 4, etc was to add the "IF NOT EXISTS" clause to the CREATE TABLE statement.25 ... and the only way I could prevent it from creating post_id_2, 3, 4, (and user_id_2, 3, 4), etc was to add the "IF NOT EXISTS" clause to the CREATE TABLE statement (as in my snippet above).