Hi to all,
table name: mail
email name
[email]abc@gmail.com[/email] abc
[email]def@rediff.com[/email] def
[email]pqr@yahoo.com[/email] PQR
[email]xyz@daniweb.com[/email] XYZ
=======================================
QUERY:
List all email and names in lower letters without any blanks.
========================================
I ran ltrim(), rtrim() and lower() function on data successfully. But fail to retrieve this data. Will you please help me? I don't have any little bit idea about code.