Hello,
I have those tables :
question : id - integer name - string
user : id - integer name - string
question_view : id - integer question_id - integer user_id - integer date - datetime
I would like to know what's the best way to get the number of row for a given question_id in question_view.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community