mysql - How do I get records where the data started at a particular day? -


i have following sql code show id , date records date started @ 23/xx/xx

is correct?

select id,        date xxx date = yyyy/mm/23; 

see dayofmonth

select id, date your_table  dayofmonth(date) = 23 

Comments

Popular posts from this blog

javascript - Karma not able to start PhantomJS on Windows - Error: spawn UNKNOWN -

c# - Display ASPX Popup control in RowDeleteing Event (ASPX Gridview) -

Nuget pack csproj using nuspec -