LMSouq
database Open

How to set initial value and auto increment in MySQL?

BB
bbtang
1 month ago
3 views
Problem Description
How do I set the initial value for an "id" column in a MySQL table that start from 1001? I want to do an insert `"INSERT INTO users (name, email) VALUES ('{$name}', '{$email}')";` Without specifying the initial value for the id column.

AI-Generated Solution

Powered by LMSouq AI · GPT-4.1-mini

✓ Solution Ready
Analyzing problem and generating solution…
Was this solution helpful?
Back to Knowledge Base