Hi people,
I get an error when performing the following request:
$query=" SELECT * FROM vessel,cargo,customer ORDER BY ladate DESC WHERE vessel.id=cargo.id AND vessel.id=customer.id LIMIT $eu, $limit";
it is about the ORDER BY ladate DESC
Can you you show me where I should write ORDER BY in the correct position ?
Begueradj