I have an indextable which hold a content_id and type colomn. (eg. content_id=1, type=audio. content_id=1, type=video) Would it be possible to get the right data based upon content_id from the right tables (tables: contentvideo, contentaudio)?
|
feedback
|
|
I take it you want to retrieve the content via a single select statement? If the layout of your content tables is exactly the same you can use UNION:
Note that if If your
Note that | |||
|
feedback
|
|
Have you tried CASE, or IF? | |||||||
feedback
|
polymorphic-associationstag, because that's what you're doing. Follow the tag to see other questions related to this database design. – Bill Karwin Aug 25 '09 at 3:31