Hii everyone
I m new to this forum.
I have a table emp having employee details I want to make e_id as primary key auto-incremented . but I don't want to store ids as 1,2,3.... I want to store them as e1,e2,e3... I know it is possible by composite primary key(e + 1) but don't know how ?and Will composite key work with Mysql?
Person who knows the answer plz solve my problem.
thanks in advance
I m new to this forum.
I have a table emp having employee details I want to make e_id as primary key auto-incremented . but I don't want to store ids as 1,2,3.... I want to store them as e1,e2,e3... I know it is possible by composite primary key(e + 1) but don't know how ?and Will composite key work with Mysql?
Person who knows the answer plz solve my problem.
thanks in advance
Comment