Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
mysql> select account_id from branches where extension="8002034138"; +------------+ | account_id | +------------+ | NULL | +------------+ 1 row in set (0.01 sec) mysql> select * from branches where account_id=NULL; Empty set (0.01 sec) mysql> select * from branches where account_id='NULL'; Empty set (0.01 sec) mysql>
This paste will be private.
From the Design Piracy series on my blog: