SELECT column_name FROM information_schema.columns WHERE table_schema='eduyun31' and table_name = 'student' AND column_name = 'student_name';
本文共 191 字,大约阅读时间需要 1 分钟。
SELECT column_name FROM information_schema.columns WHERE table_schema='eduyun31' and table_name = 'student' AND column_name = 'student_name';
转载于:https://www.cnblogs.com/againn/p/7610705.html