Re: Dont know how to make SQL search for the column 'varchar' and collation 'utf8_unicode_ci'. Been spending more than a week. pls help
Posted by: Matthew Bagley
Date: July 06, 2010 03:48AM

I think the best way to do this would be to add another column to your table and have the value as A, this way you just query the table SELECT * FROM tablename WHERE column = 'A' instead of a complex query that you don't really need in my opinion.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Dont know how to make SQL search for the column 'varchar' and collation 'utf8_unicode_ci'. Been spending more than a week. pls help
1818
July 06, 2010 03:48AM


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.