Within MySQL, you can get this information by creating a temporary table, then using DESCRIBE on that temporary table: CREATE TEMPORARY TABLE `temp` SELECT ...
確定! 回上一頁