This article will introduce some interesting functions that trisi often uses in daily life, or which are rarely used. There are two types of introduction:
Famous functions-frequently used functions
Non-famous functions-although rarely used, they are
This article is not ready to introduce all of the Oracle functions, in the current situation, I do not have this time, need to learn too much, to spend most of the time on learning to use the technical aspects:), so if you are ready to learn all the
Oracle basic concepts and comparison with informix
I. ConceptsUser: informix directly uses the user management system of the operating system. Generally, root and informix are used as super operators to manage other users. Oracle has its own user
Oracle date functions:
Months_between: returns the difference of the month between two dates months_between ('01-EP-95 ', '11-Jan-94') ==> 19.6774194 add_months: Number of copies added to the date. add_months ('11-Jan-94 ', 6) ==> '11-JUL-94'
Created:
Article attributes: original
Article submission: T_Torchidy (jnchaha_at_163.com)
Oracle web Environment Injection Technology## BY Jianxin# Http://www.loveshell.net/#
Preface
I am not a professional database administrator, nor a researcher
Recently, when converting the original numeric character field to a number, the general report error: Invalid number.How do I find out which non-numeric characters are recorded? It's a bit of a hassle. The following is an Oracle DB-translate
Oracle date functions/character functions/numeric functions/conversion functions/Aggregate functions Oracle date functions: [SQL] MONTHS_BETWEEN: returns the difference of the month between two dates MONTHS_BETWEEN ('01-EP-95 ', '11-JAN-94 ') ==> 19.
i) Oracle Overview
(1) Understand some concepts about the databaseData: In the database field, data is the basic unit of storage, including text, pictures, video, audioDatabase: The Data Warehouse, the place where the data is stored, especially the
I. Software Testing Methods
1. software testing methods include white box testing, black box testing, gray box testing, static testing, and dynamic testing.
2. white-box testing: it is a test case design method. Here the box refers to the software
Basic statementLog in to create a user and set permissions#sqlplus/nolog sql> conn/as sysdba; Sql>create user username identified by password sql> Grant DBA to username; Sql> Conn Username/password sql> select * from user_sys_privs;//view Current
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.