Hi
I am looking for the Oracle Function's like SUBSTR & INSTR in Informix....
Is there is any function in informix Like this....
Looking forward for your Helps...
Thanks in advance for spending your valuable time
Thanks
Jack
Here is the Sample Query
SELECT
replace(TABLE A.test_num,'^',' '),
Decode(TABLE A.in_service,'Y','IN-SERVICE','N','NOT IN-SERVICE'),
TABLE B.testtype,
TABLE A.aim_count,
count(TABLE A.test_id)
FROM
TABLE A,
TABLE B,
TABLE C,
TABLE D
WHERE
( TABLE A.test_type=TABLE...
Hi
I am new to INFORMIX....Not to Database..I am Working with Oracle for a long time.
I am Using a decode statement & Count in my select...So i have to use a group by function in my SQL.
If i use the Decode in my group by then i am getting an error
"Syntax Error Has Occured-201"
Any...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.