How Can We Help?
< All Topics
You are here:
Print

Fix Duplicate Student IDs

  • Server is TLSQL
  • Select * from Table_student where Student =’RODRIG1273′
  • Update t1 Set Student = ‘RODRIG0724′ from Table_student t1 where Student =’RODRIG1273’
  • Select * from Table_student where Student =’RODRIG0724′

Table of Contents