Thread
:
mySQL - if...else condition help....
View Single Post
pradeep
Team Leader
3Oct2008,13:38
Code:
IF(added_by IS NULL AND updated_by IS NOT NULL,updated_by,added)
I wrote a part, you can write whatever condition you want this way!