Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in oracle

Supporting both Oracle and MySQL: how similar is their SQL syntax?

java sql mysql oracle ibatis

Why is it that the IsEqual (=) operator is working faster than the IsNotEqual (<>) operator in Oracle?

sql oracle

What is the correct syntax to break a PL/SQL procedure call in multiple lines?

Oracle SQL - Maximum from two select statements

sql oracle select max where

Oracle select max id from table returns null value

oracle oracle11g max

Oracle update multiple spaces in a column with a single space

sql oracle

Oracle - Order by specific values first, then the rest

sql oracle sql-order-by

Return 2 values from a PL-SQL function

oracle plsql

Unordered results in SQL

sql sql-server oracle tsql

What is the point using "AS" keyword in SQL when aliasing can be done without it?

mysql sql sql-server oracle

Use function as default value for column in Oracle11g

sql oracle oracle11g

Oracle works better with Windows or Linux? give your answer based on your experience [closed]

database oracle

SQL: Limit on CASE (number of WHEN, THEN conditions)

sql mysql oracle

Insert Java variable using Java in SQL

java oracle jdbc

oracle find difference between 2 tables

oracle

Creating a .jks from a .crt and .key file, is that possible

java oracle ssl jks

ORA-00933: SQL command not properly ended

sql oracle ora-00933

Replace a column values from 'male' to 'female' and 'female' to 'male'

sql oracle plsql oracle10g

Oracle PL/SQL, How to calculate age from date birth using simple substitution variable and months_between

sql oracle plsql

pl/sql - Is there a NVL() for empty rows

oracle plsql