/ Published in: MySQL
Expand |
Embed | Plain Text
SELECT id, art, mwst, preis, FROM_UNIXTIME(bestellung.create_time,'%d.%m.%Y %H:%i') AS createTime FROM bestellung ORDER BY id DESC LIMIT 0,20
You need to login to post a comment.
xnet74 on 11/01/10
1 person have marked this snippet as a favorite
SELECT id, art, mwst, preis, FROM_UNIXTIME(bestellung.create_time,'%d.%m.%Y %H:%i') AS createTime FROM bestellung ORDER BY id DESC LIMIT 0,20
You need to login to post a comment.