Subject Re: MDX tags and sql builder
From Akshat Kapoor <akshat.kapoor@kapoorsons.in>
Date Wed, 4 Dec 2024 11:46:59 +0530
Newsgroups dbase.getting-started

Good Morning Rouke,

> We can create two indexes (or tags) using:
>
> index on surname tag surname
>
> and
>
> index on surname tage surname1 unique
>
> but how do I specify that the SQL builder uses surname1 instead of surname?
>
> In other words, does the SQL builder use the MDX tags or new indexes specified in the SQL builder? If the SQL builder creates its own new indexes, how would I specify something like 'index on surname tag surname unique'?

I would suggest that you go through sql tutorial th w3schools.com or
similar.

Mervyn had suggested it to me long ago and I am glad that I did it.

You will never use the sql builder again.

Regards
Akshat