If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
hi,
SQL newbie here...using MySQL to be exact.
i want to convert a column of emails to be all lowercase.
is this possible?
i've searched this and other forums to no avail.
thanks for your help
thanks, but maybe i wasn't clear.
i have a whole table already filled with data and i need to run a script that updates all of the exisiting data in a column and converts all the data to lowercase.
i'm an SQL newbie...is this possible?
something like:
UPDATE table SET column = LOWER() ???