SQL select * from column where year = 2010

前端 未结 5 2351
别那么骄傲
别那么骄傲 2020-12-15 03:08

This is probably a simple where clause but I want to say, from columnX (which is datetime) I want all rows where just the year = 2010.

so:

select * f         


        
5条回答
提交回复
热议问题