Posts by CoutinhoBR • 16 points
3 posts
-
0
votes1
answer60
viewsA: Insert based on a select, with NOT EXISTS validation with multiple records with Postgresql
You can make your query more dynamic using a time table. type like this: CREATE TEMPORARY TABLE tmp_tb_rel_regra_sit_contrato ( status_acordo_id int, sit_id int, new_sit_contrato int ) insert into…
-
0
votes1
answer45
viewsA: Error connecting to Debian localhost database
The installation of Cassandra is ready to run localhost. I believe no changes are required in Cassandra.yaml First I suggest you check if the Database is actually "up and running" by running the…
-
0
votes5
answers628
viewsA: List keyspaces in Cassandra
[cqlsh 5.0.1 | Cassandra 3.11.6 | CQL spec 3.4.4 | Native Protocol v4] Use HELP for help. cqlsh> desc keyspaces;