SQL Custom Function Split delimited stringF_split: Splitting a string into a data table Create FUNCTION [dbo]. [F_split] (@SplitString nvarchar (max),--source string @Separator nvarchar (10) = "--delimited symbol, default to space) RETURNS
1, the query statement as far as possible do not use SELECT * and other operations, reason: avoid querying unnecessary data, avoid the table structure changes after the SQL statement error2, to where, group By,order by and so on after the word
Learn
the basic data types of a database simply before learning the base operation statement:
Data type:Binary data: stored in 16 binary formFixed length: BinaryVariable length: varbinaryCharacter data:Char: fixed lengthVARCHAR: Not at the
relational database, SQL language simple, learning software introductionsql:structured Query Language structured querying language The database is divided into: hierarchical type, net type, relational type. Relational database: A collection of
One, back up the restore by copy mogodb file. (It is recommended to copy the Mogodb lock forbidden to write, to avoid the export of the file and the original library file part of the data inconsistent, or the exported file format is corrupted)1.
Lead and Lag are two analytic functions in TSQL, and the order of execution is used to move forward and back the result set of a query after the SELECT statement. If the window function does not partition the result set of the query, the entire
A buddy. See Database log growing [LOG_REUSE_WAIT_DESC] as replicationOne day that buddy saw the database log skyrocket, using the sys.databases view to see [Log_reuse_wait_desc] as replication, but the database did not do replicationBut the
Left join: Connects all the records in the left table with the same records as the join fields in the right table.Right join: Connects all the records in the right table with the same records as the join fields in the left table.INNER JOIN: An inner
1, installation Cronologwget http://down1.chinaunix.net/distfiles/cronolog-1.6.2.tar.gz./configureMake && sudo make installDefault installation Location:# which Cronolog/usr/local/sbin/cronolog2. Configure the split Tomcat logEdit the catalina.sh
XVBAP yvbap vbap in SD enhanced table holds different values (Ser-exit:form userexit_save_document)When you create an order:XVBAP--Store all current item with new valueYVBAP---null, indicating that no item has been modified, and of course there is
The problem of Ants (ii) time limit:MS | Memory limit:65535 KB Difficulty:3
Describe
It rained, it rained, the ants moved.
It is known that n kinds of ingredients need to be removed, and these ingredients form a
Synchronization: Shared resources are called by multiple threads and are synchronized in several ways: (Scenario: Selling train tickets)1 syncnizerd Keywords2 Reentrantlock Row It lock3 volatile keyword modifier variable;Async: Changing the state of
A * algorithm can be used for pathfinding of a single unit. However, in practical applications, multiple units are often moved at the same time, and they will affect each other and hinder the movement of each other. So once the conflict, the path
1. Concurrency (concurrency): In the operating system , refers to a period of time a few programs are in the start run until the run is complete, And these programs are all running on the same processor . Two of these concurrency relationships are
Merge sort is an efficient sorting algorithm based on the merging operation. This algorithm is a typical application of the method of division (Divide and Conquer).First consider how to combine the two ordered series. This is very easy, just from
Sorting algorithms can be divided into internal and external sorting, the internal sorting is the data records in memory to sort, and the external sort is because of the data is very large, one can not hold all the sort records, in order to access
BackgroundThe internet is awash with articles about restful APIs (for convenience, the "RESTful API" shorthand for "API" below), but there is no "universal" design standard: How to do authentication? What is the API format? Should your API include
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.
A Free Trial That Lets You Build Big!
Start building with 50+ products and up to 12 months usage for Elastic Compute Service