Questionaries.org
Login
Register
Questions
Unanswered
Tags
Users
Ask a Question
Welcome to Questionaries, where you can ask questions and receive answers from other members of the community.
Let us know at info@questionaries.org
How do you offload the time/date handling to MySQL?
4
like
0
dislike
Hello
How do you offload the time/date handling to MySQL?
please reply me. i am waiting for your reply.
Thanx
asked
1 year
ago
by
eagles11
(
179,830
points)
mysql
php
website
1 Answer
1
like
0
dislike
Best answer
SELECT DATE_FORMAT(techinterviews_timestamp, ā%Y-%m-%dā) from techinterviews_questions; A similar TIME_FORMAT function deals with time.
answered
1 year
ago
by
DBA-boss
(
120,990
points)
Related questions
2
like
0
dislike
1
answer
How many ways we can retrieve the date in result set of mysql using php?
asked
1 year
ago
by
DBA-boss
(
120,990
points)
retrieve
date
result
mysql
php
9
like
0
dislike
0
answers
How does the where clause in MySQL work ?
asked
1 year
ago
by
eagle09
(
95,490
points)
mysql
database
sql
php
7
like
0
dislike
1
answer
How do I write this MySQL query?
asked
1 year
ago
by
eagle09
(
95,490
points)
database
sql
mysql
php
6
like
0
dislike
0
answers
How to import/export MySQL database.??
asked
1 year
ago
by
eagle09
(
95,490
points)
mysql
php
database
11
like
0
dislike
2
answers
How i run PHP and MySQL to work together?
asked
1 year
ago
by
webmaster
(
25,340
points)
how
run
php
mysql
work
together