Hi there,
Does anyone know if between is more efficient/faster in a select statement than
using: 'Date','>=','somedate', 'Date','<=','someotherdate'?
Would this be the correct condition syntax.
my cond = GT::SQL::Condition->new ('Date','Between','somedate AND someotherdate');
I didn't see any documentation on between in the help section.
peace.
Does anyone know if between is more efficient/faster in a select statement than
using: 'Date','>=','somedate', 'Date','<=','someotherdate'?
Would this be the correct condition syntax.
my cond = GT::SQL::Condition->new ('Date','Between','somedate AND someotherdate');
I didn't see any documentation on between in the help section.
peace.