In the program, Oracle databases and SQL databases are often supported. Some Oracle built-in functions are mostly used, but the syntax in SQL is somewhat different. I have done some sorting and hope to help you .... 1. built-in functions in oracle:
This article is used to collect system built-in functions that are frequently used in operations, and to continuously organizeOne, commonly used metadata function1. View the database ID and namedb_id (' db Name '),db_name(' db ID ')2. View object ID
SQL Server categories of built-in functions
function columns
Description
Aggregation functions
The action performed is to combine multiple values into a single value. For example , COUNT,SUM,MIN, and MAX.
SQL has many built-in functions that can be used for counting and computation.Syntax of the functionThe syntax for the built-in SQL function is:SELECT function (column) from tableTypes of functionsIn SQL, there are several kinds of basic function
Single-record functions in SQL
1. ASCIIReturns the decimal number corresponding to the specified character;
SQL> select ASCII ('A') A, ASCII ('A') A, ASCII ('0') zero, ASCII ('') space from dual;
A A zero space
------------------------------------
65
SQLite tutorial (4): built-in functions, sqlite tutorial built-in functions
1. Aggregate functions:
The aggregate functions supported by SQLite are also supported in many other relational databases. Therefore, here we will just give a brief
13. T-SQL and SQL query AnalyzerWhat is SQL?What is T-SQL?Introduce new features of T-SQLHow to Use T-SQLSummaryIn this chapter, we will introduce some basic concepts about the Structured Query Language and transact-SQL and their differences. This
The following articles mainly introduce how to use MySQL built-in functions to convert IP addresses and related numbers. In actual operations, when processing character formats, such as converting 54789, we only need to use: format (12345, 0). The
Use ASP. NET's built-in functions to defend against Web Attacks
Release date: 4/28/2005
| Updated on: 4/28/2005
Dino espositoWintellect
ApplicableMicrosoft ASP. NET 1.X Microsoft ASP. Network 2.0
Abstract:Dino summarizes the most common
Single-record functions in SQL
1.ASCII returns the decimal number corresponding to the specified character;
Sql> Select ASCII (' a ') a,ascii (' A ') a,ascii (' 0 ') zero,ascii (') space from dual;
A A ZERO space
--------- --------- --------- ---
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.