Microsoft
Software
Hardware
Network
Question : converting a long to a varchar
Hi,
I have what I believe is a gregorian or unix date coming through from my database.
I want to convert it to a long but am not a mysql developer.....
Can someone one tell me how I would convert myfield from a long to a varchar in mysql?
Thanks
Answer : converting a long to a varchar
please check out your options:
http://dev.mysql.com/doc/r
efman/5.1/
en/date-an
d-time-
fun
ctions.htm
l
likely, the FROM_UNIXTIME():
http://dev.mysql.com/doc/r
efman/5.1/
en/date-an
d-time-
fun
ctions.htm
l#function
_from-unix
time
then, DATE_FORMAT:
http://dev.mysql.com/doc/r
efman/5.1/
en/date-an
d-time-
fun
ctions.htm
l#function
_date-form
at
Random Solutions
difference between AD integrated dns server and dns server
Exchange 2010 Public Folder Error
WebSphere Application Server Network Deployment
Oracle Join null rows.
Dell PowerEdge Perc 4e/Di RAID 1 expansion
Certain Email messages are shown in OWA but not in Outlook 2010
How do you use an underscore character in an AutoCad LISP script?
MySql injection hack
Is it possible to encrypt an email message using PHP?
How to Create Firebird Trigger to get AutoID by using Vb.net code