MySQL Forums
Forum List  »  Newbie

Re: altering table
Posted by: Ramalingam Chelliah
Date: August 16, 2004 05:42AM

Hi,

Here is the query that you asked for ...

Suppose you want to find rows with empty string on column ,say,c5 from table ,say,table1

mysql> SELECT * from table1
WHERE c5='' ;

Hope this helps........

Regards,
Ram.

Options: ReplyQuote


Subject
Written By
Posted
August 16, 2004 02:27AM
August 16, 2004 04:31AM
August 16, 2004 05:19AM
Re: altering table
August 16, 2004 05:42AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.