Please help? another newbie substring problem
Posted by:
Gregg Rene
Date: September 10, 2008 09:52AM
SELECT perform_freq2, substring( substring_index( perform_freq2, `,` , 4 ) , (
length( substring_index( perform_freq2, `,` , 4 -1 ) ) +1 ) , `,`
) AS IMPEDANCE
FROM ae31563xx_power_profile
LIMIT 0 , 30
this returns: #1054 - Unknown column ',' in 'field list'
Subject
Views
Written By
Posted
Please help? another newbie substring problem
3422
September 10, 2008 09:52AM
2111
September 11, 2008 06:06PM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.