目录 一、造测试数据
二、行转列
1.函数定义
2.语法
3.示例 三、列转行
1.函数定义
2.语法
3.示例 一、造测试数据
create table test (
id int,
json1 varchar,
json2 varchar
);insert into test values(1,111,{111});
insert into test values(2,111,222,{111,22…
一、验证集群可用性
1、检查节点
kubectl get nodes
------------------------------------------------------
NAME STATUS ROLES AGE VERSION
k8s-master Ready control-plane 3h48m v1.27.1
k8s-node1 Ready <none> …
下载模型与数据 模型下载: huggingface: Qwen/Qwen2.5-7B-Instruct HF MirrorWe’re on a journey to advance and democratize artificial intelligence through open source and open science.https://hf-mirror.com/Qwen/Qwen2.5-7B-Instruct 魔搭&a…