Hello
I have the following query running from a MySql database and need a little help please.
I need to return a 0 or just blank field if
is blank, could anyone please help me with modify the statement please?
Thanks in advance
I have the following query running from a MySql database and need a little help please.
I need to return a 0 or just blank field if
Code:
FROM_UNIXTIME(datetime2,'%d/%m/%y %T')
Code:
SELECT names, phone, returntrip, cprice, prepay, selpassengers, selinfantseats, selchildseats, selboosterseats, selluggage, selcarry, PickupAddr1, PickupAddr4, FROM_UNIXTIME(datetime1,'%d/%m/%y %T'), FROM_UNIXTIME(datetime2,'%d/%m/%y %T'), message, begin, end, state, payment, vehicletype, driver_id FROM #__taxibooking_orders WHERE driver_id = {$UserId}
Thanks in advance