This topic is locked

How to Query Timestamp for a Weekly Report

7/5/2011 11:12:19 AM
PHPRunner General questions
R
rfairman@gmail.com author

Good Day;
I need to create a report that gives me all new users for a specified week.

I am using the timestamp datatype in SQL Server.
Thanks in advance;

Rhonda

C
cgphp 7/6/2011

SQL Server's timestamp is not the same as standard SQL's timestamp. You'll need to create a datetime column with a default of GETDATE() or CURRENT_TIMESTAMP.