C#操作MySQL从入门到精通(18)——使用组合查询-union

union这个组合查询,会自动将重复的行去掉
使用union来组合两条select语句

  string sql = string.Empty;
            if (radioButton_UNION.Checked)
            {
   
                sql = $"select student_name from student_info where student_age >30 union  select stude
上一篇:Github 最新的上传代码操作步骤


下一篇:lm studio 0.2.24国内下载模型