Oracle Query – Convert One Row Result to Two Rows
Oracle SQL query result manipulation is quite challenging. In this post I am going to share how to return the result as 2 rows.
Working MySQL Workbench In Xubuntu 11.10
During my update MySQL Workbench is not yet available for Ubuntu 11.10 Distribution.
Function To Return Table in Oracle
The previous month I have been creating several SQL queries and functions in MSSQL. Then, currently I tried to export the codes to Oracle.
Escaping Wildcard Character in T-SQL
I’ve been doing some SQL query lately and encountered difficulty on some of the items. I found the process as a great source of learning. One of the items that challenged me is the problem dealing with wildcards.