codehaven - php snippets - coding help
Generic filters
Exact matches only
  • Get records from both sides of inner join middle table

    26th August 2018

    MySql

    mysql codehaven category

    ‘workersassigned’ had 3 columns id, worker, job

    1 , 23, 44
    2, 23, 45
    3, 23, 67

    Gets data from the worker 44 like name, and gets data of the job 23

    Was this code snippet helpful?