db for regional cycle
Go to file
dancingCycle 8cc04caf6e doc: extend readme 2023-04-25 21:49:32 +02:00
doc chore: initial commit 2023-03-15 14:30:41 +01:00
script feat: adjust scripts 2023-04-25 21:36:30 +02:00
sql feat: adjust scripts 2023-04-25 21:36:30 +02:00
LICENSE Initial commit 2023-03-15 14:27:14 +01:00
readme.md doc: extend readme 2023-04-25 21:49:32 +02:00

readme.md

  • connect to database like this

  • create initial database like this

  • SQL query for all relations belonging to a specific entity

select entities.entity_id,entities.entity_name, relations.relation_to_entity from entities,relations where relations.relation_from_entity=6 and entities.entity_id=relations.relation_to_entity;