
andreasreitz
andreasreitz
Joined: Mon Sep 24 11:47:22 UTC 2018
Latest Posts
-
Linking tables after importing from database
I have imported several tables via CSV and would like to link them afterwards. I have a unique ID (company name) which I could use as a link. How can I link tables that were already linked in another…
-
Rest API works fine but not possible to find some values
it is possible to search the complete database for an entry. For example I would like to see all data of my customer "XY". like in SQL Select * from database where "Customer" like "XY"