Comments on Do we currently have users with a name length > 40 characters on Codidact?
Post
Do we currently have users with a name length > 40 characters on Codidact? Question
Title says it all. Need somebody with database access for it. Is needed for discussion in a Github issue.
show users;
or
list users;
I don't remember accurately which is the correct code to check out. But I remember I had posted similar thing to CD Meta and GH issue.
Where should I input that? I do not have have access to the production server.
Otherwise I would do select count(*) from users where len(name) > 40
or something like that.
Didn't you clone the QPixel? Just test it there (using Terminal/CMD), in MYSQL.
I was asking for specifically for Codidact here.
deleted user this is a question about data in the production server. Setting up another instance and querying its database won't help.
Monica Cellio Production server doesn't use different code from QPixel. Production server runs the same code. And how database were set is available in QPixel. So if anyone clone recent version of QPixel then they will see all the things currently available in Production server of Codidact(talking about data structures and other managements not data).
deleted user the question is about the data. Not the database. It's the difference between asking what the length is on the "name" column in the users table (that's in the code) and asking how long the longest name actually in use is.
deleted user "not data" But that's exactly what I'm interested in. I want to know something about the "data" of Codidact, that's why I need somebody with access to the production server.
This community is part of the Codidact network. We have other communities too — take a look!
You can also join us in chat!
Want to advertise this community? Use our templates!
Like what we're doing? Support us! Donate
1 comment thread