随笔分类 -  数据库

摘要:1,查询指定父类下所有的子 1 with temp as 2 ( 3 select * from bot_EquityFundamentals where Id=7 --父类Id 4 union all 5 select b.*from bot_EquityFundamentals b 6 inne 阅读全文
posted @ 2020-12-17 14:09 孝文 阅读(93) 评论(0) 推荐(0)