We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Had a look into this last night but didn't have enough time to figure it out, sadly!
We want to be able to generate INSERT INTO queries that allow us to:
INSERT INTO
resource_id
direct
indirect
demographic_resource_link
The above should be a single, multi-part transaction/query for each resource, I believe!
Possible useful resources:
Hope they help! Definitely overkill to look at all of them, and I'm sure Aisha will have some useful insight, if/when she's in.
The text was updated successfully, but these errors were encountered:
Initial CTE query created.
Possibly can combine with a JS script to bulk add resources.
Sorry, something went wrong.
add GUI for creating SQL queries to add resources > relates #36
a22e348
MissArray
sbinlondon
No branches or pull requests
Had a look into this last night but didn't have enough time to figure it out, sadly!
We want to be able to generate
INSERT INTO
queries that allow us to:resource_id
of the newly-inserted objectresource_id
and thedirect
andindirect
tags to insert into our linking table (demographic_resource_link
)The above should be a single, multi-part transaction/query for each resource, I believe!
Possible useful resources:
Hope they help! Definitely overkill to look at all of them, and I'm sure Aisha will have some useful insight, if/when she's in.
The text was updated successfully, but these errors were encountered: