dhowells
2nd August 2011, 15:34
Hello.
I'm wondering what is the suggested solution when using date.num() in select statements. Is it better to have a variable or use the actual function. Both work fine, just curious if one is preferred over the other.
Thanks for any input,
Dan
Ex:
...
where tdpur045.date =:curr.date
vs.
...
where tdpur045.date = date.num()
I'm wondering what is the suggested solution when using date.num() in select statements. Is it better to have a variable or use the actual function. Both work fine, just curious if one is preferred over the other.
Thanks for any input,
Dan
Ex:
...
where tdpur045.date =:curr.date
vs.
...
where tdpur045.date = date.num()