195
Points
Questions
37
Answers
38
-
I want to validate this xml file with a xsd file. How can I validate the next steps? Number of …
- 366 views
- 0 answers
- 0 votes
-
- 307 views
- 5 answers
- 0 votes
-
i have this table: CREATE TABLE `datacollector` ( `id` binary(16) NOT NULL, `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, `processed` char(1) …
- 279 views
- 1 answers
- 0 votes
-
Closed. This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details …
- 272 views
- 1 answers
- 0 votes
-
I’m having a hard time getting the rows to group like needed. It gives me 4 rows instead of 1. …
- 275 views
- 1 answers
- 0 votes
-
Closed. This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details …
- 283 views
- 4 answers
- 0 votes
-
SELECT matchUsersId, matchUsersUser, matchUsersEXP, matchUsersWPM, matchUsersElapsed, matchUsersAccuracy, matchUsersFinished, matchUsersPlacement, matchUsersCreated, t.textId, t.textContent, u.userName, u.userAuthId, u.userAuthName, u.userEnum, u.userAvatar, u.userVerified FROM matches_users …
- 283 views
- 0 answers
- 0 votes
-
WHERE FIND_IN_SET(1, JSON_UNQUOTE(JSON_EXTRACT(mycolumn, ‘$.parent[0].child’))) > 0 this query is working WHERE FIND_IN_SET(1, JSON_UNQUOTE(JSON_EXTRACT(mycolumn, ‘$.parent[*].child’))) > 0 this query is not …
- 258 views
- 1 answers
- 0 votes
-
I want to create an insert query based on the selected start time, end timing and duration of the session. …
- 252 views
- 1 answers
- 0 votes
-
I have a file structure that looks like this: Liquid | [Truncate] |_General_parsing [Truncate] …..|_’__init__.py’ …..|_’Processer.py’ …..|’TOKENIZER.py’ |_’__init__.py’ |_’errors.py’ [Truncate] …
- 292 views
- 1 answers
- 0 votes