sql code readability

Posted by Michael Buen on April 24, 2008

though logically the same, this is easier to read: select coalesce( (select CURRENT_TIMESTAMP unlocked_expiration from invoice where invoice_rec_id = 'value here'), true) as has_expiredthan this: select coalesce( (select unlocked_expiration ... [read more]

Rating

not rated

Reviews

There are currently no comments or reviews.

Submit a review:

Login required.