Code: Select all
SELECT * FROM `subscribed_upload` LIMIT 300000, 400000I need to import them all into another table on a completely separate database.
I think it will throw a fit if I try a full on import, so thought I would do it in stages.
But when I run this, it doesn't do anything . and if I run it as a CSV export, it exports nothing.