The Oracle tutorial you are looking at is: Oracle data manipulation and control language.
SQL language is divided into four categories: Data Query Language DQL, Data manipulation language DML, data definition language DDL, Data Control Language DCL.
Character function--return character valueThese functions all receive parameters of the character family type (except CHR) and return the character value. In addition to the special instructions, most of these functions return a numeric value of
Oracle String FunctionsRecently changed the new company, and back to the Oracle database, a lot of things have forgotten, just have an impression, these two nights smoked a bit of time, the oracle of the string of some processing functions to do a
First, stitching strings1. Use "| |" To stitch Strings:Select ' Stitching ' || ' string ' as Str from student;2, using the concat (PARAM1,PARAM2) function to achieve:Select concat (' concatenation ',' string 'asStr from student;Note: Oracle's
Oracle's architecture is broadly divided into two parts: Instance (instance) and database.
Instance (example) : The SGA is mainly included in Oracle Instance and some processes (for example: Pmon, Smon, Dbwn, LGWR, CKPT, etc.). If a user's
StringStrings can be stored in any type of string, such as a name, a sentence, and so on.Strings also have many built-in methods for manipulating strings, often in the following ways:1name1='Hello World'2 Print(Name.capitalize ())#Capitalize first
String, can be any type of string, such as name, a sentence and so on' Sriba ' 'Welcome to my blog. 'String also has a lot of built-in methods to manipulate strings, the common method is as follows, the following comment with whether or not, the
Reproduced from: https://wenku.baidu.com/view/cfa4e185fd0a79563c1e72a0.html
1. Oracle differs from SQL Server 2005. On the macro level:1. The biggest difference is that the platform, Oracle can run on different platforms, SQL Server can only run on
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.