- ASP(3477)
- ASP.NET(1519)
- Ajax(293)
- C and C++(487)
- CFML(272)
- CGI and Perl(4376)
- Flash(2133)
- HTML5(1)
- Java(1807)
- JavaScript(2961)
- PHP(16078)
- Python(128)
- Remotely Hosted(2495)
- Ruby on Rails(82)
- Tools and Utilities(4427)
- Web Hosting(24)
- XML(269)
“Learn how to develop and deploy pipelined table functions in PL/SQL. You'll use this package specification in all examples for this blog page. If it conflicts with something you have, changing it will require”
— Pipelined table functions returning aggregate table results, blog.mclaughlinsoftware.com
“http://blog.sqlauthority.com/2008/08/05/sql-server-2005-get-field-name-and-type-of-database-table get number of COLUMNS in a table . select TABLE_NAME, count(*) COLUMNS1 from all_tab_columns where owner”
— SQL SERVER – Query to find number Rows, Columns, ByteSize for, blog.sqlauthority.com
“import java.math.BigDecimal; import oracle.sql.*; import oracle.jdbc.driver.*; public You cannot call a PL/SQL table of records parameter directly, however, you can use an”
— OraFAQ Forum: JDeveloper, Java & XML " How to pass an array, orafaq.com
“SQL programmers blog provide a latest technology articles in Microsoft SQL Server database, Dot net, VB dotnet, C#, etc. We also provide SQL Server consulting”
— SQL Programmers Blog - Temp Table or Table Variable - Which, sql-programmers.com
“Unanswered question. Search Forum. Top Users in Forum. Frank Kulash (22400) BluShadow sql. sql_developer. table. View all. About Oracle | Oracle and Sun”
— OTN Discussion Forums : SQL and PL/SQL, forums.oracle.com
“We have been working with two customers on a performance issues with deleting CRM records. This error happens on multiple types of entities. When the user deletes a record in CMR and they click OK the "Confirm Delete" screen, it”
— Customer Effective Blog, blog.customereffective.com
“I am trying to do the reverse of a pivot table. Example. given the Give me a minute, I think I might have an idea that can do the whole table automatically”
— SQL Server Forums - Reverse pivot table, sqlteam.com
“Temporary Tables and Dynamic SQL. When programming in SQL on occasion there is a need to generate temporaty One solution I have found for this problem is creating the table in the "parent" scope and then just using dynamic sql to modify the table”
— Sagi Shkedy's Technical Blog: Temporary Tables and Dynamic SQL, blog.shkedy.com