Hi,
I have a table which have three fields.
The three columns are:
username lastname Timestamp
Now I have to fetch all the entries for username separately which have lastname as 'Hello' and timestamp for last six months. I need both the data in separate rows.
Thanks,
Umesh
I have a table which have three fields.
The three columns are:
username lastname Timestamp
Now I have to fetch all the entries for username separately which have lastname as 'Hello' and timestamp for last six months. I need both the data in separate rows.
Thanks,
Umesh
Comment