wat is fout aan deze query:S
SELECT
TIMEDIFF(now(), `laastgegraven`) AS `verschil`,
TIME_FORMAT(`verschil`, '%H' ) AS uren_verschil,
cash
FROM `users
Fout: #1064 - You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '( now( ) , `laastgegraven` ) AS `verschil` , TIME_FORMAT( `ver
968 views