Fix for Overriding sql

  1. SELECT aggregator_item.iid AS iid,
  2. aggregator_item.title AS aggregator_item_title,
  3. aggregator_item.link AS aggregator_item_link,
  4. aggregator_item.timestamp AS aggregator_item_timestamp
  5. FROM aggregator_item aggregator_item  
  6. LEFT JOIN aggregator_feed aggregator_feed
  7. ON aggregator_item.fid = aggregator_feed.fid
  8. WHERE aggregator_feed.fid = 3
  9. ORDER BY aggregator_item_timestamp DESC

Submit Fix

Any tags you'd like to associate with your code, delimitered by commas (example: Views, CCK, Module, etc).
Select the syntax highlighting mode to use.