Displaying 1 result from an estimated 1 matches for "fetch_count_fterm_sql".
2006 Aug 21
1
Escaping " ' " character
...;,5'" is remains unchaned. I expected
that to "3\',5\'-cyclic-nucleotide phosphodiesterase
activity". 
Could any one help me here. 
Thank you.
The reason I am asking is, I have to run another
function to make PREPARE statements for postgresql. 
Example:
"EXECUTE fetch_count_fterm_sql('hydrolase activity');"
                                                      
                 "EXECUTE fetch_count_fterm_sql('actin
binding');"
"EXECUTE
fetch_count_fterm_sql('3',5'-cyclic-nucleotide
phosphodiesterase activity');"
Here the...