摘要:
1.查询 检索数据select 检索 检索单个列、多个列、所有列 检索不同的值(distinct) select distinct idfrom products; 限制结果 top select top 5 name from products; fetch first 5 rows only s 阅读全文
摘要:
JDBC 配置JDBC Connenction Configuration Variable Name for created poolJDBC Request中会引用 Database URLjdbc:mysql://119.23.23.71:3306/gpucloud_order?serverT 阅读全文