J
John
Hi,
I am trying to run a custom query in Frontpage. This query works fine when
my DBA runs it against MS SQL. I can't get it to work. I keep getting an
error that says error near '>'
Can anyone help with this?
select left(d.batchstartdatetime,11) as
BatchDate,d.batchseqnum,d.envelopeseq from debit d, envelope e where
d.batchstartdatetime>=GetDate() and d.batchstartdatetime<= somemore
stuff.....
It seems to be stopping at the >
Thanks!
I am trying to run a custom query in Frontpage. This query works fine when
my DBA runs it against MS SQL. I can't get it to work. I keep getting an
error that says error near '>'
Can anyone help with this?
select left(d.batchstartdatetime,11) as
BatchDate,d.batchseqnum,d.envelopeseq from debit d, envelope e where
d.batchstartdatetime>=GetDate() and d.batchstartdatetime<= somemore
stuff.....
It seems to be stopping at the >
Thanks!