auto_increment tag

1 questions


1 answers
133 views
0
What is the difference between inserting NULL or '' in the auto_increment column in mysql?

Example) member_tableno - auto increment,id - not null,pw - not null,email, phone, address $sql1= INSERT INTO member_table (no ,id, pw, email,phone,address) VALUES (NULL, '$id', '$pw', '$email', '$...


© 2024 OneMinuteCode. All rights reserved.