Skip to content

Tag: mysql

SQL multi query

I need some help to do it right in one query (if it possible). (this is a theoretical example and I assume the presence of events in event_name(like registration/action etc) I have 3 colums: From this 3 columns we need to create new table with 4 new columns: Result must be looks like this: What I’ve don…

SQL Query not displaying correctly

I am running a query and the result is not showing correctly, unfortunately, I am not sure what is the problem. Would anyone be kind enough to provide some assistance please? Query; Result: Answer Your problem is that a field that you select is very big, that’s why it’s shown this way. I’d b…

MySQL – Joins and Subqueries [closed]

Closed. This question needs debugging details. It is not currently accepting answers. Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question. Closed 2 years ago. Improve this question I&#82…

Get least 10 values in mysql query

I have a table in mysql. Table Name is constitutive_table, it contains more than 40 columns and its type is varchar, it contains more than 25000 records. I wrote the query like this to get the 10 …