I'm in the process of migrating our database from Oracle to Postgres. We have a number of hardcoded queries in our spring boot application that now break as res
I have a postgres query that creates an anonymous table from string values and then joins on them like this: select distinct anon_table.string1,
Please explain this 'name' keyword What is it? How we can use it? Syntax?
I have the following table: +-------+------------+ | level | count(uid) | +-------+------------+ | 3 | 1 | | 4 | 1 | | 0 |
I am trying to get start date of the week from existing daily date field from the same table. For example daily dates from 05/08/2022 to 05/14/2022 , the start
When one orders results by multiple columns the database has to do something to compare NULL values (e.g. order them first last). But how can I replicate that
I have a scenario where I have to include choice lists of district/sector/cells/village (each of them is a field). I want to build a cascade, that way a choice
I have been stuck with this problem for a while now and can't resolve it, would greatly appreciate some guidance I am comparing records in a persons table to se
I am using Oracle database. The below query is not working as expected. select * from cst_cust_attributes where attribute_value='event' and attribute_value='
Let's take the following example from BigQuery, but it's the same across all other databases I've seen: with tbl as ( select [1,2,3] as arr, '{"IDS": [1
I have problems with slow and duplicated queries, I'll need assistance, I'm working on this for more than 10h+. Latest WP version - Latest Flatsome theme and ju
So my assignment question is to "Get a list of all books withdrawn by people with the initials 'B.W.'. Show a column for the first name, last name, initials, an
I have a situation I am trying to resolve. Might be simple but I can't figure it out. I have simplified my table that I am trying to pull data
I need to edit an old Access form. When a person enters information into a form field, a number associated to a name is found through a SQL SELECT statement. "S
I have following two tables users id | name 1 | john 2 | ada events id | content | userId 1 | 'applied' | 1 2 | 'interviewed| 1 What would be the
I have a spring data jpa query that reads a row from a mysql table with a pessimistic lock. In my environment, this table only contains one row so it should be
I have a post and a notification model. notification has a onPostId FK. When a post is deleted how can I let sequelize know to delete all the notifications that
This is working: SELECT * FROM table WHERE name LIKE '%ab_cd%' How to include '%ef_gh%' in a single/multiple statement? My try: SELECT * FROM table WHERE name
Was looking to drop an enum and did it incorrectly by deleting the rows from the pg_enum table. I should have removed it with this: DROP TYPE IF EXISTS "enum_Or
I have a strange problem: There is a price in a JSON column in a table and the following statements give different results while they should give the same thing