Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

General Questions /

General questions about getting started with SilverStripe that don't fit in any of the categories above.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

data loading using pure sql


Go to End


551 Views

Avatar
isolated

Community Member, 28 Posts

17 October 2012 at 8:26am

Hi,

so the question is as follows:
information about objects is stored as sql statements.
Transforming statements i can select only the fields i need/make it as a csv.

I saw some examples for user loading, however in this case it is not users, and objects might have some relations.

Is there a way how to load data to ss using sql inserts?