Hi all, I'm getting the following error message while comparing dates in Ingres database Function '>=' is not defined for arguments of type 'date' and 'integer'. Explicitly convert its arguments to the desired type(s) I feel that it has to do something with table definition. Here is my query: Select * from my_table where valid_date >= another_date; Can any one throw light on this. Thanks, Sen
2.Composite Type Argument Construction to a Function
3.Re : Convert Char-->integer or Integer-->char
4.Convert Char-->integer or Integer-->char
Hello, I am a new bee with informix and I want to convert an integer to char or a char to integer. Informix 7+ CSDK + PHP My problems is the attribute type is different. toto: type char(30) and titi type integer but the data are the same (bad conception..) I try : select toto,titi from table1,table2 where table1.titi=cast (table2.toto as integer) ---> error -201 select toto,titi from table1,table2 where table1.titi=table2.toto::integer --> error -201 I couldn't modifiy my database. Have you got an idea ??? Thanks you very much for your help
5.pgsql-server: Allow plpgsql to pass composite-type arguments (ie,
6. Informix Serial Data type to Integer Data Type
7. [Info-Ingres] Why BOOLEAN data type not provided in Ingres
8. ERROR: JOIN/USING types 'integer' and 'character varying' not matched
Users browsing this forum: No registered users and 79 guest