Hi all,
I am stored a datetime value in the column field.The datetime value is converted into unix timestamp and stored into a bigint column.
Now i want to query the details by where condition in that field.The thing is the one who test the table data,they don't know how to write query...
Thats why i want to write a query with where clause with the condition of between the two dates (i.e date is normal date which entered by the user)
thats checks in the unix timestamp field.
Is there any possible????