It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari
So, I have this query: SELECT count(*) AS count FROM table1 INNER JOIN \"some query\" WHERE \"some more query\"
I\'d like to select data from a table with the following rule, but I\'m having trouble writing the query. I\'m using PostgreSQL and I can\'t create a UDF. The table looks like this:
I am using PostgreSQL 8.4 and I want to create a function that returns a query with many rows. The following function does not work:
I am using postgresql 8.1 and i dont have the new functions in that version. Please help me what to do in that case?
I am new to PostgreSQL. Suppose I have a table as under colornameHexargb rgbvalue Violet#8B00FF r139 Violet#8B00FF g0
Is th开发者_运维技巧ere an efficient alternative to GROUP_CONCAT that works in the major PDO drivers?Given this MySQL:
I would like to know what is the best desing for an existing heavy swing application. This application need a database access (new) and I am using hibernate for that.
From this: How to make a primary key start from 1000?It seems that I need to issue the SQL command: ALTER TABLE tbl AUTO_INCREMENT = 1000;
I have written a function in PostgreSQL which accepts two parameters viz varchar and int . The ai开发者_运维问答m is to insert record