Thursday, August 29, 2013

Select Null Values in Mysql

SELECT * 
FROM table 
WHERE YourColumn IS NULL;

No comments:

Post a Comment

TinyMCE Insert/Edit link not editable

 To fix this add  e.stopImmediatePropagation()  as below. $(document).on('focusin', function (e) {             if ($(e.target).close...