L
L
lolo_to2021-02-28 17:41:53
MySQL
lolo_to, 2021-02-28 17:41:53

How to substitute NULL in the id field when exporting a table?

How in phpmyadmin, when exporting a table, in the latter, replace all id fields with NULL?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
Ruslan Fedoseev, 2021-02-28
@martin74ua

export with a query like
select null, then_list_of_fields_except_id from tablename

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question