|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Thursday, November 22, 2012 1:16 AM
Points: 7,
Visits: 14
|
|
CREATE TABLE STUDENTLOGIN(username varchar(30), password varchar(30), created_by_id varchar(20), created_date varchar(20), updated_id varchar(20), updated_date datetime, transaction_id numeric(12));
the above table i created should have its transactio_id auto-incremented begining with 6 digit number,
please help me!!!!!!!!!!!
|
|
|
|
|
SSCrazy
      
Group: General Forum Members
Last Login: Thursday, June 13, 2013 7:03 AM
Points: 2,562,
Visits: 3,453
|
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Thursday, November 22, 2012 1:16 AM
Points: 7,
Visits: 14
|
|
in the above i mentioned,
the requirement of client is that he need transaction_id starting with 6 digit number and auti-incrementing.......
|
|
|
|
|
SSCrazy
      
Group: General Forum Members
Last Login: Thursday, June 13, 2013 7:03 AM
Points: 2,562,
Visits: 3,453
|
|
ch.omkarreddy (11/20/2012) in the above i mentioned,
the requirement of client is that he need transaction_id starting with 6 digit number and auti-incrementing....... that is what i explained plus link i gave you
-------Bhuvnesh---------- While 1 = 1 (Learning SQL....) Click to get fast response of your post
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Thursday, November 22, 2012 1:16 AM
Points: 7,
Visits: 14
|
|
ya thanks for that
|
|
|
|