How can convert all posts that in category sport into news category by using SQL statement, Because i have more than 2000 posts
相关问题
- Views base64 encoded blob in HTML with PHP
- Laravel Option Select - Default Issue
- SQL join to get the cartesian product of 2 columns
- sql execution latency when assign to a variable
- Difference between Types.INTEGER and Types.NULL in
This should work*,
Where
1
is the id of the News category and3
is the id of the Sports category*You should back up your tables before making this change just in case something goes wrong.