sql server - T sql select 2 same datetime -


i have table called "customers"

customer table has below column

createddate (datetime) 

customer table has below data

2011-01-06 2013-01-02  2010-01-03  2014-01-04  2013-01-02  2011-01-06 2010-01-03  2014-01-04 

question:

how can select customer table below

2010-01-03  2010-01-03   2011-01-06 2011-01-06  2013-01-02  2013-01-02   2014-01-04  2014-01-04 

something this?

select fields customer --where  order createddate 

Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -