To be able to restrict by your name column you would need to add a secondary index to it.
ExampleExample:
CREATE INDEX standardevents_index ON standardevents (name);
CREATE INDEX standardevents_index ON standardevents (name); Find centralized, trusted content and collaborate around the technologies you use most.
Learn more about CollectivesStack Internal
Knowledge at work
Bring the best of human thought and AI automation together at your work.
Explore Stack InternalTo be able to restrict by your name column you would need to add a secondary index to it.
ExampleExample:
CREATE INDEX standardevents_index ON standardevents (name);
CREATE INDEX standardevents_index ON standardevents (name); To be able to restrict by your name column you would need to add a secondary index to it.
Example:
CREATE INDEX standardevents_index ON standardevents (name);
To be able to restrict by your name column you would need to add a secondary index to it.
Example:
CREATE INDEX standardevents_index ON standardevents (name); To be able to restrict by your name column you would need to add a secondary index to it.
Example:
CREATE INDEX standardevents_index ON standardevents (name);