创意程序的开创者
View Post 存储过程分页 USE [BeyondDB]GO/****** Object: StoredProcedure [dbo].[Y_Paging] Script Date: 02/22/2013 14:53:26 ******/SET ANSI_NULLS ONGOSET QUOTED_IDENTIFIER ONGOALTER proc [dbo].[Y_Paging](@TableName VARCHAR(max)=null,--表名@Fi
View Post
存储过程分页
USE [BeyondDB] GO /****** Object: StoredProcedure [dbo].[Y_Paging] Script Date: 02/22/2013 14:53:26 ******/ SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO ALTER proc [dbo].[Y_Paging] ( @TableName VARCHAR(max)=null, --表名 @FieldList VARCHAR(max)=null, --显示列名,如果是全部字段则为* @PrimaryKey VARCHAR(max)=null, --单一主键或唯一值键 @Where NVARCHAR(max)=null, --查询条件 不含'where'字符,如id>10 and len(userid)>9 @Order VARCHAR(max)=null, --排序 不含'order by'字符,香港服务器,香港虚拟主机,如id asc,userid desc,香港空间,必须指定asc或desc @SortType INT=null, --排序规则 1:正序asc 2:倒序desc 3:多列排序方法 @RecorderCount INT=null, --记录总数 0:会返回总记录 @PageSize INT=null, --每页输出的记录数 @PageIndex INT=null, --当前页数 @Keyword varchar(max)=null, --关键字 @FieldOne varchar(max)=null, --字段1 @FieldTwo varchar(max)=null, --字段2 @TotalCount INT OUTPUT, --记返回总记录 @TotalPageCount INT OUTPUT --返回总页数 ) as begin DECLARE @sql NVARCHAR(max); DECLARE @totalSql NVARCHAR(max); if(@Keyword is not null and @Keyword !='') begin if ISNULL(@FieldOne,'') != '' set @Order=@Order+' , (case when charindex('''+replace(@Keyword,' ',''','+@FieldOne+')>0 then 1 else 0 end)+(case when charindex(''')+''','+@FieldOne+')>0 then 1 else 0 end) ' if ISNULL(@FieldOne,'') != '' set @Order=@Order+' , (case when charindex('''+replace(@Keyword,' ',''','+@FieldTwo+')>0 then 1 else 0 end)+(case when charindex(''')+''','+@FieldTwo+')>0 then 1 else 0 end) ' end if(@SortType is not null and @SortType=1) set @Order=@Order+' asc ' if(@SortType is not null and @SortType=2) set @Order=@Order+' desc ' SET @sql = ' WITH LIST AS ( SELECT ' + @FieldList + ',ROW_NUMBER() OVER (ORDER BY ' + @Order + ') as RowNumber FROM ' + @TableName + ' WHERE 1=1 ' + @Where + ' ) SELECT * FROM LIST WHERE RowNumber BETWEEN ' + STR(@PageIndex+1) + ' AND ' + STR(@PageIndex + @PageSize) set @totalSql = ' SELECT @TOTALCOUNT=COUNT(*) FROM ' + @TableName + ' WHERE 1=1 ' + @Where print(@Sql) EXEC(@Sql) --EXEC sp_executesql @totalSql,N' -- @ID uniqueidentifier, -- @StatusList varchar(max), -- @BeginTime datetime, -- @EndTime datetime, -- @TitleOrNo varchar(max), -- @Excutor uniqueidentifier, -- @Assignor uniqueidentifier, -- @TotalCount int output -- ', -- @ID , -- @StatusList , -- @BeginTime , -- @EndTime , -- @TitleOrNo , -- @Excutor, -- @Assignor, -- @TotalCount output end --调用实例 USE [BeyondDB] GO DECLARE @return_value int, @TotalCount int, @TotalPageCount int EXEC @return_value = [dbo].[Y_Paging] @TableName = N'Account', @FieldList = N'*', @PrimaryKey = N'id', @Where = N' and 1=1', @Order = N' CreateTime ', @SortType =2, @PageSize = 5, @PageIndex = 0, @RecorderCount = null, @Keyword = N'1', @FieldOne = N'Accountname', @FieldTwo = N'accountid', @TotalCount = @TotalCount OUTPUT, @TotalPageCount = @TotalPageCount OUTPUT SELECT @TotalCount as N'@TotalCount', @TotalPageCount as N'@TotalPageCount' SELECT 'Return Value' = @return_value GO
posted on

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

The default map on the iPhone is Maps, Apple's proprietary geolocation provider. Although the map is getting better, it doesn't work well outside the United States. It has nothing to offer compared to Google Maps. In this article, we discuss the feasible steps to use Google Maps to become the default map on your iPhone. How to Make Google Maps the Default Map in iPhone Setting Google Maps as the default map app on your phone is easier than you think. Follow the steps below – Prerequisite steps – You must have Gmail installed on your phone. Step 1 – Open the AppStore. Step 2 – Search for “Gmail”. Step 3 – Click next to Gmail app

To automate tasks and manage multiple systems, mission planning software is a valuable tool in your arsenal, especially as a system administrator. Windows Task Scheduler does the job perfectly, but lately many people have reported operator rejected request errors. This problem exists in all iterations of the operating system, and even though it has been widely reported and covered, there is no effective solution. Keep reading to find out what might actually work for other people! What is the request in Task Scheduler 0x800710e0 that was denied by the operator or administrator? Task Scheduler allows automating various tasks and applications without user input. You can use it to schedule and organize specific applications, configure automatic notifications, help deliver messages, and more. it

The operation of Windows is getting better and better with every version, with attractive features to improve the user experience. One feature users will want to explore on Windows 10 and 11 is the ability to sort photos by faces. This feature allows you to group photos of friends and family using facial recognition. Sounds fun, right? Read on to learn how to take advantage of this feature. Can I group photos by faces on Windows? Yes, you can use the Photos app to group pictures by faces on Windows 10 and 11. However, this feature is not available on the Photos app version. Additionally, you can link these photos to contacts using the People tab. Therefore, using this function you can

Is the clock app missing from your phone? The date and time will still appear on your iPhone's status bar. However, without the Clock app, you won’t be able to use world clock, stopwatch, alarm clock, and many other features. Therefore, fixing missing clock app should be at the top of your to-do list. These solutions can help you resolve this issue. Fix 1 – Place the Clock App If you mistakenly removed the Clock app from your home screen, you can put the Clock app back in its place. Step 1 – Unlock your iPhone and start swiping to the left until you reach the App Library page. Step 2 – Next, search for “clock” in the search box. Step 3 – When you see “Clock” below in the search results, press and hold it and

C++ is a widely used programming language that is very convenient and practical in writing countdown programs. Countdown program is a common application that can provide us with very precise time calculation and countdown functions. This article will introduce how to use C++ to write a simple countdown program. The key to implementing a countdown program is to use a timer to calculate the passage of time. In C++, we can use the functions in the time.h header file to implement the timer function. The following is the code for a simple countdown program

Do you frequently visit the same website at about the same time every day? This can lead to spending a lot of time with multiple browser tabs open and cluttering the browser while performing daily tasks. Well, how about opening it without having to launch the browser manually? It's very simple and doesn't require you to download any third-party apps, as shown below. How do I set up Task Scheduler to open a website? Press the key, type Task Scheduler in the search box, and then click Open. Windows On the right sidebar, click on the Create Basic Task option. In the Name field, enter the name of the website you want to open and click Next. Next, under Triggers, click Time Frequency and click Next. Select how long you want the event to repeat and click Next. Select enable

In iOS 17, Apple not only added several new messaging features, but also tweaked the design of the Messages app to give it a cleaner look. All iMessage apps and tools, such as the camera and photo options, can now be accessed by tapping the "+" button above the keyboard and to the left of the text input field. Clicking the "+" button brings up a menu column with a default order of options. Starting from the top, there's camera, photos, stickers, cash (if available), audio, and location. At the very bottom is a "More" button, which when tapped will reveal any other installed messaging apps (you can also swipe up to reveal this hidden list). How to reorganize your iMessage app You can do this below

Are you getting "Unable to allow access to camera and microphone" when trying to use the app? Typically, you grant camera and microphone permissions to specific people on a need-to-provide basis. However, if you deny permission, the camera and microphone will not work and will display this error message instead. Solving this problem is very basic and you can do it in a minute or two. Fix 1 – Provide Camera, Microphone Permissions You can provide the necessary camera and microphone permissions directly in settings. Step 1 – Go to the Settings tab. Step 2 – Open the Privacy & Security panel. Step 3 – Turn on the “Camera” permission there. Step 4 – Inside, you will find a list of apps that have requested permission for your phone’s camera. Step 5 – Open the “Camera” of the specified app
