Home » Oracle » Oracle Sql » Page 2

Oracle Sql

Sql  stands for Structured Query Language. is the language to communicate with  the rdbms.  plsql is the programming part of sql

Oracle sql and plsql are the languages which are widely used. They are easy to learn and apply. Here I would be listing out all the articles on Oracle sql and plsql

I am starting the basics so it is very helpful for the beginners to run sql and plsql here

 

Regexp in oracle : functions ,Regular expression

This is part of the Oracle SQL tutorial and has good examples and explanations on Regexp in Oracle. regexp in oracle The following functions have been introduced REGEXP_LIKE: Similar to the LIKE operator, but performs regular expression matchinginstead of simple pattern-matchingREGEXP_REPLACE: Searches for a regular expression pattern and replaces it with areplacement stringREGEXP_INSTR: Searches for a given …

Regexp in oracle : functions ,Regular expression Read More »

ORA-00937: not a single-group group function

ORA-00937: not a single-group group function is one of the common messages we often get while aggregating data. Causes of ORA-00937: not a single-group group function This error happens when you are using a mixture of individual columns and aggregate functions in the same select statement without using any group by clause with that individual …

ORA-00937: not a single-group group function Read More »

Scroll to Top