mysql 显示字段信息内容

    技术2026-05-16  8

    select COLUMN_NAME from information_schema.columns where table_name='userinfo' ; select * from information_schema.columns where table_name='userinfo';

    最新回复(0)