-
```sql
select count(*)
from mssql."Senderstart" ss
join mssql."Individdata" id
on id."RegNr" = ss."FK_RegNr"
and id."FK_SpeciesCode" = ss."FK_SpeciesCode"
where id."RegNr" = '2224';
…
-
Hello,
I have successfully imported a schema and retrieved data from a foreign SQL Server database.
I was unable to retrieve data from a "system" table. I want to get the current values of the seq…
-
Some JOIN syntax does not work like non-equality JOIN condition not supported in clickhousedb.
-
Hi there. I've come across this odd problem where some table just won't push down anything to the foreign server. This issue only happens on AWS RDS Postgres 15, it does not happen on 14.7.
It turn…
-
--enable-regress caused tha code fail that used to work before - trigger related on update.
Is it expected?
```
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/l…
yazun updated
4 years ago
-
Is there a way to import graphs from neo4j?
I tried exporting a large graph with apoc from neo, as cypher statements.
I then imported the graph into agensgraph.
This method has several disadvanta…
-
Hey there. Co-worker just shared this and it looks awesome! Is there a desire to get this adopted by managed PG providers? Only saw a few issues so figured I'd start one here for the long journey, ass…
-
postgresql收集
-
Bonjour,
j'ai créé une nouvelle base dans lequel j'ai mis Asgard, Plume et d'autres extensions
- plpgsql (version 1.0)
- postgis (version 3.0.0)
- asgard (version 1.4.0)
- pgcrypto (version 1.3…
-
v1.7.0 donwload files does not contain changes for support PostgreSQL 13. Due to network security reasons we could not clone. Hence we download v1.7 zip file and do make & make install the library and…