in my database i have a column that type of it is char(10).in this column I stored the character like:'m12' and 'kh125' , ..... the character are in quotation.I want to when with a select statement retrieve this character .character haven't quotation.how should i write mt select code?(in sql) ...
Go to the complete details ...