php - Laravel join query with json data -


i have products id in json format in sales table. want fetch data , need join products table product details such product name, product image,etc

here sample data sales table , orders column

[{"pcode":"r1160","qty":1,"price":"270","default_shipping":30}, {"pcode":"r1112","qty":1,"price":"250","default_shipping":30}] 

now want join query products table , want products details


Comments

Popular posts from this blog

PHP while loop dynamic rowspan -

javascript - image slideshow using canvas HTML5 -

go - Golang: panic: runtime error: invalid memory address or nil pointer dereference using bufio.Scanner -