User 77bcbbb206
08-02-2006 17:34:48
I was wondering if it were possible to parameterize a jc_compare query?
I know this is possible:
But was wondering if this is possible as well?
I have a feeling my syntax is incorrect, but ....?
I know this is possible:
Code: |
select CD_ID from RMS_STRUCTURE where jc_compare(CD_SMILES, 'c1ccccc1', ''t:t simThreshold:.999')=1; |
But was wondering if this is possible as well?
Code: |
select CD_ID from RMS_STRUCTURE where jc_compare(CD_SMILES, :v_smiles, ''t:t simThreshold::v_sim'')=1; |
I have a feeling my syntax is incorrect, but ....?