Jump to content

Recommended Posts

Posted

I have got all of my students email addresses into sims (section 4) of student details.

 

Some are marked as marked "primary", some "home and primary" and some just "home"

 

Anyone got a quick method to mark them all as "home and primary" maybe and SQL method?

 

Cheers

Posted

OK sorted it

 

SQL management, then this simple query

 

UPDATE [sims].[sims].[sims_email]

SET main='T'

Where email_address like '%@domain.com ' and main ='F'

 

Cheers

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...