1. oracle select *, id需要在星号前加别名,mysql则不需要
mysql语法:
select *, id from xin_student_t;
oracle语法:
select st.*, st.id from xin_student_t st;
时序预测 | MATLAB实现SO-CNN-LSTM蛇群算法优化卷积长短期记忆神经网络时间序列预测
阅读 40
2023-08-23
mysql语法:
select *, id from xin_student_t;
oracle语法:
select st.*, st.id from xin_student_t st;
相关推荐
精彩评论(0)