Programmstart
Runtime = 0.01

Sätze der Datenbank 'adressen_test' nach '$_id'
firma = 2   matchcode = A2   Id = 0
firma = 1   matchcode = Z1   Id = 1
firma = 0   matchcode = Z0   Id = 2
firma = 0   matchcode = A0   Id = 3
firma = 2   matchcode = Z2   Id = 4
firma = 1   matchcode = A1   Id = 5
Runtime = 0.01

Test´s für Firma '0'

get "matchcode==* & firma==0 range=0,1"
ERGEBNIS: matchcode = A0 - Id = 3
Richtig ist: matchcode = A0 - Id = 3
Runtime = 0.01

get "matchcode==* range=0,1"
ERGEBNIS: matchcode = A0 - Id = 3
Richtig ist: matchcode = A0 - Id = 3
Runtime = 0.01

get "firma==0 sort=matchcode range=0,1"
ERGEBNIS: matchcode = A0 - Id = 3
Richtig ist: matchcode = A0 - Id = 3
Runtime = 0.01

get "matchcode==* sort=- firma==0 range=0,1"
ERGEBNIS: matchcode = Z0 - Id = 2
Richtig ist: matchcode = Z0 - Id = 2
Runtime = 0.01

get "matchcode==#"
ERGEBNIS: matchcode = Z2 - Id = 4
Richtig ist: matchcode = Z2 - Id = 4
Runtime = 0.01

get "firma==0 sort=-matchcode range=0,1"
ERGEBNIS: matchcode = Z0 - Id = 2
Richtig ist: matchcode = Z0 - Id = 2
Runtime = 0.01

Test´s für Firma '2'

get "matchcode==* & firma==2 range=0,1"
ERGEBNIS: matchcode = A2 - Id = 0
Richtig ist: matchcode = A2 - Id = 0
Runtime = 0.01

get "matchcode==* range=0,1"
ERGEBNIS: matchcode = A0 - Id = 3
Richtig ist: matchcode = A0 - Id = 3
Runtime = 0.01

get "firma==2 sort=matchcode range=0,1"
ERGEBNIS: matchcode = A2 - Id = 0
Richtig ist: matchcode = A2 - Id = 0
Runtime = 0.01

get "matchcode==* sort=- firma==2 range=0,1"
ERGEBNIS: matchcode = Z2 - Id = 4
Richtig ist: matchcode = Z2 - Id = 4
Runtime = 0.01

get "matchcode==#"
ERGEBNIS: matchcode = Z2 - Id = 4
Richtig ist: matchcode = Z2 - Id = 4
Runtime = 0.01

get "firma==2 sort=-matchcode range=0,1"
ERGEBNIS: matchcode = Z2 - Id = 4
Richtig ist: matchcode = Z2 - Id = 4
Runtime = 0.01

Test´s für Firma '1'

get "matchcode==* & firma==1 range=0,1"
ERGEBNIS: matchcode = A1 - Id = 5
Richtig ist: matchcode = A1 - Id = 5
Runtime = 0.01

get "matchcode==* range=0,1"
ERGEBNIS: matchcode = A0 - Id = 3
Richtig ist: matchcode = A0 - Id = 3
Runtime = 0.01

get "firma==1 sort=matchcode range=0,1"
ERGEBNIS: matchcode = A1 - Id = 5
Richtig ist: matchcode = A1 - Id = 5
Runtime = 0.01

get "matchcode==* sort=- firma==1 range=0,1"
ERGEBNIS: matchcode = Z1 - Id = 1
Richtig ist: matchcode = Z1 - Id = 1
Runtime = 0.01

get "matchcode==#"
ERGEBNIS: matchcode = Z2 - Id = 4
Richtig ist: matchcode = Z2 - Id = 4
Runtime = 0.01

get "firma==1 sort=-matchcode range=0,1"
ERGEBNIS: matchcode = Z1 - Id = 1
Richtig ist: matchcode = Z1 - Id = 1
Runtime = 0.01


powered in 0.01s by baseportal.de
Erstellen Sie Ihre eigene Web-Datenbank - kostenlos!