I know how to restore table from mysqldump.sql file. But is it possible to restore single table from mysqldump.sql.gz?
I know that there is very similar question to mine, but I want to restore data from file that is .sql.gz, and I saw only methods with one suffix.
I also know, that I can just decompress the file, but preferably I would like to restore table without decompressing whole backup.