Hi guys,
Quick one for you, I have a .csv file imported into a table in SQLite3 with 5 columns
User_Name,Email, x ,x, x
I would love to know how to edit the 19,000 email addresses in col b, to omit '@Domain.com'
lets say my example is 19000 users of gmail.com, so the
string reads
[email protected] , how in this instance can I select '@gmail.com' and replace it with a blank space?
for clarity I want 'col b' to read 'first.last' without the email extension.
I've been digging around a little but I can't find a clear set of instructions for my example.
any help?