Try this SQL,
Select <Fields you want>, ToSort =
Case Field1
When "E" Then 1
When "M" Then 2
When "A" THen 3
When "N" Then 4
End
From tblYourTable Order by Date, ToSort
The 2 main tables in which site Server stores its data are :-
Object_Attributes
Object_Lookup
The data in these tables is not stored in Relational format but is stored in a Hierarchical manner. I_Dsid binds all the related records and to get a specific piece of information look at the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.