-
I am trying to add a feature to this query that will allow me to display or search by the …
- 401 views
- 1 answers
- 0 votes
-
I’m working with a Postgresql DB. table is ticketlines containes a bytea field called attributes Sample of field contents in …
- 412 views
- 2 answers
- 0 votes
-
I’m having trouble with xpath() in PostgreSQL. For example… WITH x(col) AS ( SELECT ‘<?xml version="1.0" ?><response><status>ERROR & DATA</status></response>’::xml) SELECT …
- 394 views
- 0 answers
- 0 votes
-
- 390 views
- 1 answers
- 0 votes
-
- 0 views
- 2 answers
- 0 votes
-
- 427 views
- 1 answers
- 0 votes
-
How create function filter PostgreSQL to MySQL? I tried as follows, but failed: select CASE WHEN statusstorie = false and …
- 434 views
- 1 answers
- 0 votes
-
- 427 views
- 0 answers
- 0 votes
-
I’m looking for a function in Presto to concat two columns with a separator like underline.
- 436 views
- 3 answers
- 0 votes
-
In MySQL (and PostgreSQL), what exactly constitutes a DB instance and a DB partition? For example, do different DB partitions …
- 398 views
- 2 answers
- 0 votes