sql >> Database teknologi >  >> RDS >> Mysql

Tvetydig kolonnefejl i Laravel 4

Du kan prøve dette:

$unit = Unit::join('bookings', 'bookings.unit', '=', 'units.unit')
            ->where('bookings.id', $id)
            ->select(
                'units.id',
                'units.unit',
                'bookings.id as bid',
                'bookings.unit as bunit'
            )
            ->lists('units.unit', 'units.id');


  1. Sådan kontrolleres om værdi findes i en MySQL-database

  2. MySQL Statement Cancellation Timer kunne ikke stoppe

  3. PHP PDO MySQL-forespørgsel LIKE -> flere søgeord

  4. dublet tom linje indtastet i mysql ved filupload