python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
codeigniter 4 mysql query builder get subdata from itself
[UPDATED]
the error is now gone but the data result from the codeigniter 4 query builder all has the same id value, unlike the one in phpmyadmin. and if I use the $builder method it now gives the expe...
dapidmini
Votes: 0
Answers: 1
how to use where like in restful api codeigniter 4?
I'm making a reactjs that is connected to a restful api server using codeigniter 4. I want to only show the data where the field username and full_name contains a query string q
this is how my code lo...
dapidmini
Votes: 0
Answers: 1
Obtain the number of students of a teacher
teacher has a one-to-many relationship with the course.
course belongs to one teacher.
student can participate in several courses.
course can include several students.
According to Laravel stand...
rafig khiyavi
Votes: 0
Answers: 2
Select CASE WHEN in JPA Specification
I am having a problem with the next scenario:
I have these Java entities:
@Entity
public class A {
@Id
private int id;
private String country;
@Column(name = "end_date")
...
Rolando Rodriguez
Votes: 0
Answers: 0