select (select columns from validates where column_group='基本信息') from projects要怎么才能让这个sql怎么返回多行结果
直接执行select columns from validates where column_group='基本信息',外面加了一层查询没有意义。