इसे देखें
$courseId = 1;
$data = DB::table('student')->whereIn('id',function($query) use (courseId){
$query->select('student_id')
->from('student_course')->where('course_id', '=',$courseId);
})->get();
इसे देखें
$courseId = 1;
$data = DB::table('student')->whereIn('id',function($query) use (courseId){
$query->select('student_id')
->from('student_course')->where('course_id', '=',$courseId);
})->get();
SQLAlchemy बल्क अपडेट रणनीतियाँ
संख्याओं के साथ स्ट्रिंग द्वारा MySQL क्रम
स्प्रिंग JDBC टेम्प्लेट- एक ही क्वेरी के साथ कई मापदंडों के साथ कई परिणाम कैसे प्राप्त करें
अजगर स्क्रैपी में एक पंक्ति में मेरे एसक्यूएल में डालने के लिए सूची को स्ट्रिंग में बदलें
MySQL से Oracle सिंटैक्स त्रुटि (सीमा/ऑफ़सेट/अपडेट)