Simple every day select statements
Select count(*) from table
Select getdate()
Select "titlevalue"
Select * from table
Select top 1 * from table
Select max(column) from table
Select min(column) from table
Sunday, April 5, 2009
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment