Getting the complete enumeration list is complex because you need to access the information_schema database: SELECT column_type FROM information_schema.COLUMNS ...
確定! 回上一頁