Hello,
I need to search on our bouquet code field for everything beginning with W and ending with 2, examples of what may be in the field are:WWH2, WTAB2, WNUTPAC2 (ie: varying lengths)
Can you please provide me with the sql so I can include it in my following program:
USE fforder
REPLACE ALL RECALL WITH {28.11.2003} FOR fforder.delivery >= {22.12.2003};
AND fforder.delivery <= {02.01.2004};
AND fforder.desp_ctry = "0";
AND fforder.bqt_type = [?????code requested];
Looking forward to hearing back - I know it's something simple but I don't know what it is??
Thank you
Katie
I need to search on our bouquet code field for everything beginning with W and ending with 2, examples of what may be in the field are:WWH2, WTAB2, WNUTPAC2 (ie: varying lengths)
Can you please provide me with the sql so I can include it in my following program:
USE fforder
REPLACE ALL RECALL WITH {28.11.2003} FOR fforder.delivery >= {22.12.2003};
AND fforder.delivery <= {02.01.2004};
AND fforder.desp_ctry = "0";
AND fforder.bqt_type = [?????code requested];
Looking forward to hearing back - I know it's something simple but I don't know what it is??
Thank you
Katie