Rob Sargent wrote:
I'm sure this a life-time's worth of discussion on the merits of
treating "."
as nothing when sorting
Well, every sorted reference work in society at large seems to have a
different idea of how to sort - just compare the phone book to the dictionary.
That's the point
Hi for all,
What is the possible sources of the SQLState 55000 "OBJECT NOT IN
PREREQUISITE STATE" ?
The error 55000 was triggered when I executed the following query :
"select currval('"BatchTreatment_batch_treatment_id_seq"');"
Thanks in advance.
Cordially.
count aggregate function can be use like this.
"SELECT count(rate) into row_count from voiptariff where id= 9;"
CREATE OR REPLACE FUNCTION get_credit_time(text, text)
RETURNS integer AS
$BODY$
DECLARE row_count integer;
BEGIN
rate numberic(9,4);
SELECT count(rate) into row_count from v
On Wed, Sep 02, 2009 at 04:28:34PM +0200, aymen marouani wrote:
> Hi for all,
> What is the possible sources of the SQLState 55000 "OBJECT NOT IN
> PREREQUISITE STATE" ?
> The error 55000 was triggered when I executed the following query :
> "select currval('"BatchTreatment_batch_treatment_id_seq"'
Call nextval first?
Too many quotes?
aymen marouani wrote:
Hi for all,
What is the possible sources of the SQLState 55000 "OBJECT NOT IN
PREREQUISITE STATE" ?
The error 55000 was triggered when I executed the following query :
"select currval('"BatchTreatment_batch_treatment_id_seq"');"
Tha
Hi for all,
What is the possible sources of the SQLState 55000 "OBJECT NOT IN
PREREQUISITE STATE" ?
The error 55000 was triggered when I executed the following query :
"select currval('"BatchTreatment_batch_treatment_id_seq"');"
Thanks in advance.
Cordially.
In response to Gianvito Pio :
> Hello,
> is it possible to obtain the minimum and the maximum single element of
> an array column?
>
> Example:
> [1, 2 ,5]
> [3, -1, 6]
> [9, 18,-4 ]
>
> I'd just like to make a query that gives me the min (-4) and the max(18)
> of the column. Is that possible w
Hello,
is it possible to obtain the minimum and the maximum single element of
an array column?
Example:
[1, 2 ,5]
[3, -1, 6]
[9, 18,-4 ]
I'd just like to make a query that gives me the min (-4) and the max(18)
of the column. Is that possible without a function? Thanks
--
Sent via pgsql-sql
In response to venkat :
> Dear All,
>
> I want to create function which returns username and password from the
> database.I have users table in the database.in that i have username and
> password columns.I need return username and password using functions.it is
> urgent. I am waiting for your
Dear All,
I want to create function which returns username and password from the
database.I have users table in the database.in that i have username and
password columns.I need return username and password using functions.it is
urgent. I am waiting for your great response,
Thanks,
Regards,
Ve
10 matches
Mail list logo