MySQL 查询字段信息

    技术2022-05-20  33

    select * from information_schema.columns where table_schema = 'HrINetDB' and table_name ='T_SC_UserManager' and column_name='ComputerName'


    最新回复(0)