http://www.technews.bg/article-16831.html
http://www.tiobe.com/index.php/content/paperinfo/tpci/index.html
петък, 16 април 2010 г.
понеделник, 7 декември 2009 г.
Top 10 Lognest Executing Active User Sessions
The SQL script retrieves and displays a list of top 10 executing active Oracle Database sessions.
Show the Longest 10 Active User Sessions
Show the Longest 10 Active User Sessions
Select and Return Top N Rows from Oracle Database
Location: Oracle Database :: SQL :: Select
From Select and Return Top N Rows from Oracle Database tutorial you will learn how to retrieve first N rows from ordered Oracle Database result set.
For example, you need to get the two rows with highest ID from numbers table.
More details: Select and Return Top N Rows from Oracle Database.
From Select and Return Top N Rows from Oracle Database tutorial you will learn how to retrieve first N rows from ordered Oracle Database result set.
For example, you need to get the two rows with highest ID from numbers table.
SELECT * FROM numbers
ORDER BY id DESC;
More details: Select and Return Top N Rows from Oracle Database.
четвъртък, 26 ноември 2009 г.
WordPress: Създаване на shortcode
Статията WordPress Tutorial: Create Shortcode показва как можете да създадете WordPress shortcode. Като пример се използва shortcode [post-date], който вмъква датата на публикацията.

Ето и готовия резултат:

Ето и готовия резултат:
Абонамент за:
Публикации (Atom)