insert tag

3 questions


1 answers
61 views
0
C Language Array Add Delete Navigation Question.

Let's set the size of the array at 100,000 Use the insert function in the main window The error window appears without entering the number.Please catch the wrong part of the insert function that I def...

1 years ago

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', '$...


1 answers
119 views
0
It's a question from MAPPER

I'm planning a car rental systemWe are implementing a function that shows the rental area on the next screen after inserting the rental area and the return area on the web. There are other columns in ...

1 years ago

© 2024 OneMinuteCode. All rights reserved.