select rownum,columnname from(
SELECT ROWNUM, (a[ROWNUM]).columnname as columnAlias
FROM (
SELECT a, generate_series(1, array_upper(a, 1)) AS ROWNUM
FROM (
SELECT ARRAY
(
/*You complex query goes here*/
) AS a
) q2
) q3 ) q4 where /*Some where condition*/
Tuesday, May 25, 2010
Subscribe to:
Post Comments (Atom)
Pages
Blog Archive
-
▼
2010
(29)
-
▼
May
(23)
- Lighttpd Installation
- FAST CGI Support
- TileCache Installation
- Mounting Linux partitions
- Postgres Update Memory
- PostgreSQL on Ubuntu
- PostGIS on Ubuntu
- Rownum in 8.3 PostgreSQL
- General keyboard shortcuts
- PostGIS Functions
- PostGres 'select clause' parameter list parameter.
- Suppress php warnings
- Adding 900913 projection to “spatial_ref_sys” tabl...
- Network Set up
- Install fgs5.4.2 on ubuntu 64 bit
- PostGIS Aggregate Functions
- PostGIS SQL-MM Compliant Functions
- PostGIS Functions that support 3D
- PostGIS Curved Geometry Support Functions
- New PostGIS Functions
- Prevent Response Caching in AJAX
- Cannot modify header information – headers already...
- FGS Installation
-
▼
May
(23)
About Me
- Rahul Gajanan Teni
- - A competent M.S. Software Engineer and B.E. (Comp) with 6 years of rich experience in Java/ C / C++ / Oracle/PHP/Postgresql/Mysql in IT industry.
- Resourceful in developing Applications with various platforms and different domains.
A strategic planner with expertise in designing internal control systems towards the accomplishment of corporate business goals.
- A keen analyst with exceptional relationship management skills and abilities in liaising with different clients.
- Team player with excellent analytical and communications skills.
Worked with development projects with software brands like Cognizant and Infosys
Specialties
- Master in struts
- Good hands on in core Java
- Understanding of other building blocks of Enterprise applications like middle ware technologies.
- Knowledge of database like Oracle,postgresql,mysql
No comments:
Post a Comment