A
A
andrey_levushkin2018-11-10 20:22:43
SQL
andrey_levushkin, 2018-11-10 20:22:43

How to clean up the SQL database?

I have a SQL database with 15000 rows
How can I remove all rows from it where the value of the column named name is x
?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergey Gornostaev, 2018-11-10
@andrey_levushkin

delete from some_table where name = x;

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question