L
L
lomaz2017-04-29 15:13:40
PHP
lomaz, 2017-04-29 15:13:40

How to edit tables in phpmyadmin?

Hello! I just started to study the database, I created a table in phpmyadmin, but when I try to edit or delete it, I get an error. Tried to delete and create both bases and tables, does not help. I can't figure out what's wrong with the requests? Google didn't help. Please help!
Thanks

995033e2bbb44a96a21bbd9a6a0bd33c.png

Answer the question

In order to leave comments, you need to log in

3 answer(s)
T
Twelfth Doctor, 2017-04-29
@verdex

Your request is incorrect. There are 2 options here 1) After the WHERE clause, there should be a condition according to which records are selected from the database Example: 2) Or just select all records from the databaseSELECT * FROM `Baza`.`Art` WHERE;
SELECT * FROM `Baza`.`Art`;

K
Konstantin Tsvetkov, 2017-04-29
@tsklab

And how to remove it?
SELECT * FROM `Baza`.`Art` WHERE 1=1;

E
ekaramazov, 2018-02-01
@ekaramazov

Update phpmyadmin - faced similar crooked versions

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question