Also what you are trying to do is not going to provide any real value.
You are using constants instead of true column values (whichtypically have different data types and will therefore be hashed differently).
Ie character '2013-04-16' will hash differently than date '2013-04-16'
--Shelley
Also what you are trying to do is not going to provide any real value.
You are using constants instead of true column values (whichtypically have different data types and will therefore be hashed differently).
Ie character '2013-04-16' will hash differently than date '2013-04-16'
--Shelley