搜索结果
查询Tags标签: areaInfo,共有 3条记录-
mysql 递归
MySQL中实现递归查询对于数据库中的树形结构数据,如部门表,有时候,我们需要知道某部门的所有下属部分或者某部分的所有上级部门,这时候就需要用到mysql的递归查询 1、创建表DROP TABLE IF EXISTS `t_areainfo`; CREATE TABLE `t_areainfo` (`id` int(11) NOT 0 AUTO_I…
2022/2/14 19:12:57 人评论 次浏览 -
oracle常见用法
1.insert into 和with 结合使用 insert into HW_RATE (ID, SUB_TYPE, DISTRICT_CODE, REGION_CODE, SUB_AREA_CODE, CREATE_DATE, CREATE_USER) with areaInfo as (select o.district_code bu, o.region_code re from eis_user.org_office o where o.sub_area_code = ‘60…
2021/9/5 2:06:04 人评论 次浏览 -
oracle常见用法
1.insert into 和with 结合使用 insert into HW_RATE (ID, SUB_TYPE, DISTRICT_CODE, REGION_CODE, SUB_AREA_CODE, CREATE_DATE, CREATE_USER) with areaInfo as (select o.district_code bu, o.region_code re from eis_user.org_office o where o.sub_area_code = ‘60…
2021/9/5 2:06:04 人评论 次浏览