Skip to content

The-Qry

  • Ask Question
Ask Question

How to start Auto increment mysql int column at 10000 or any number?

0 Vote Up Vote Down

Try below SQL query for Autoincrement MySQL int column at 10000 or any Number

For star at 10000-
ALTER TABLE table_name AUTO_INCREMENT = 10000;

For start any number-
ALTER TABLE table_name AUTO_INCREMENT = 20;

mysql Auto incrementmysql Auto increment start at any number

Latest Questions

  • lpgvitrakaayoggov.in is real or fake ? asked by Shrikant
  • How to avail SBI Bank Moratorium ? asked by theqryadmin
  • How to avail Axis Bank Moratorium ? asked by theqryadmin
  • How to avail HDFC Bank Moratorium ? asked by theqryadmin
  • How to avail RBI Bank Moratorium ? asked by theqryadmin

Related Questions

  • Can Let's Encrypt or Cloudflare SSL support payment gateways ? asked by
  • What are the basic HTML tags? asked by theqryadmin
  • How to solve following error npm WARN deprecated [email protected] ? asked by
  • How to generate fixed length random string A-Z, 0-9 in PHP ? asked by theqryadmin
  • Print the content of a div element using JavaScript and CSS asked by

Recent Posts

  • The Eight rules to follow to avoid having your personal data hacked
  • How to remove the URL and Date from the printing page on Chrome and other Browsers?
  • Which countries are in the European Economic Area
  • Which Countries are in the EEA
  • Reliance JioFiber Silver vs Gold plans: Price, Offers, benefits explained

ABOUT US

PRIVACY POLICY

DISCLAIME

Copyright © 2020 The-Qry. All rights reserved.