Re: What's the worst that can happen with below database design? Immediately or in the future?
Posted by: Ozgur Zeren
Date: September 05, 2014 04:21PM

SELECT mt.* FROM main_table mt LEFT JOIN attribute_table1 at1 ON at1.primary_key = mt.primary_key LEFT JOIN attribute_table2 at2 ON at2.primary_key = mt.primary_key WHERE mt.field1 LIKE '%Bamboozle%' AND at1.field1 = '501835' AND at2.field5 <> 'NOTTHIS'

half assed query with potentially typos but should do the illustration.

Options: ReplyQuote




Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.