select data_type from information_schema.columns where table_name = '表名' 这个只能获取system模式的,我想过去其他模式怎么办
我想获取其他模式的,求解怎么办。