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

javascript - three.js lot of meshes optimization -

smartface.io - Proper way to change color scheme for whole application -

Email notification in google apps script -