-- =============================================
-- Author: <Author,,Name>
-- Create date: <Create Date,,>
-- Description: <Description,,>
-- =============================================
/*
代码编写:
--调用示例--
P_select_sites @month=7,@day=11
*/
Create PROCEDURE [dbo].[P_select_sites]
-- Add the parameters for the stored procedure here 下面是处理过程的两个参数
@month nvarchar(20), -- 输入月份
@day nvarchar(20)-- 输入日份
AS
DECLARE @i int
DECLARE @str nvarchar(300)
DECLARE @str1 nvarchar(300)
DECLARE @filename nvarchar(30)
set @i=0
/*
修改查询语句可以确定查询字段和连接坡向、海拔等其他信息,设置筛
-- Author: <Author,,Name>
-- Create date: <Create Date,,>
-- Description: <Description,,>
-- =============================================
/*
代码编写:
--调用示例--
P_select_sites @month=7,@day=11
*/
Create PROCEDURE [dbo].[P_select_sites]
-- Add the parameters for the stored procedure here 下面是处理过程的两个参数
@month nvarchar(20), -- 输入月份
@day nvarchar(20)-- 输入日份
AS
DECLARE @i int
DECLARE @str nvarchar(300)
DECLARE @str1 nvarchar(300)
DECLARE @filename nvarchar(30)
set @i=0
/*
修改查询语句可以确定查询字段和连接坡向、海拔等其他信息,设置筛