1 | INSERT INTO [Foreign table name] SELECT * FROM [Source table name]; |
1 | INSERT INTO product_info_output_ext SELECT * FROM product_info_output; |
INSERT 0 10
1 | INSERT INTO product_info_output_ext SELECT * FROM product_info_output WHERE product_price>500; |
Data of a special type, such as RAW, is exported as a binary file, which cannot be recognized by the import tool. As a result, you need to use the RAWTOHEX() function to convert it to the hexadecimal format before export.