Mysql
 sql >> Teknologi Basis Data >  >> RDS >> Mysql

Cara menggunakan pagination dengan laravel DB ::pilih kueri

Coba:

$notices = DB::table('notices')
        ->join('users', 'notices.user_id', '=', 'users.id')
        ->join('departments', 'users.dpt_id', '=', 'departments.id')
        ->select('notices.id', 'notices.title', 'notices.body', 'notices.created_at', 'notices.updated_at', 'users.name', 'departments.department_name')
        ->paginate(20);


  1. Database
  2.   
  3. Mysql
  4.   
  5. Oracle
  6.   
  7. Sqlserver
  8.   
  9. PostgreSQL
  10.   
  11. Access
  12.   
  13. SQLite
  14.   
  15. MariaDB
  1. Mysql:beberapa tabel atau satu tabel besar?

  2. PILIH KE tidak berfungsi

  3. Secara efektif memilih catatan (jarak) terdekat dari database

  4. MySQL Masukkan ke dalam beberapa tabel? (normalisasi basis data?)

  5. mysql ERROR 2002 (HY000):Tidak dapat terhubung ke server MySQL lokal melalui soket '/var/run/mysqld/mysqld.sock' (2)