<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="FczxCommon">
    <sql id="separateSpot">
        "${namespaceId}".zx_spot
    </sql>

    <sql id="separateSpotSummary">
        "${namespaceId}".zx_spot_summary
    </sql>

    <sql id="mergeSpotSummary">
        vw_merge_spot_summarys
    </sql>

    <sql id="separateCreateSchema">
        CREATE SCHEMA IF NOT EXISTS "${namespaceId}"
    </sql>

    <sql id="separateDeleteSchema">
        DROP SCHEMA IF EXISTS "${namespaceId}" CASCADE
    </sql>
</mapper>
