简体   繁体   中英

where to set mysql first day of the week?

I've been looking for how to set the first day of the week on mysql server.I'm wondering if it's set on the application level as property setting or it should be set in queries as what i've been seeing so far on from google search.

Thanks for reading this.

I'm not sure the first day of the week can be changed at all in mySQL.

The manual on WEEKDAY() says:

Returns the weekday index for date (0 = Monday, 1 = Tuesday, … 6 = Sunday).

there is no mention that this order can be changed.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM