delphimvcframework/tools/bin/rqlhistory.txt

27 lines
984 B
Plaintext
Raw Normal View History

2018-11-27 18:52:48 +01:00
contains(nome,"Jo<4A>o")
2018-09-28 13:01:46 +02:00
sort(+last_name);limit(0,1)
limit(1,5)
sort(+nome, -cognome)
ge(nome,"pi\ppo");
and ( eq ( nome , "Daniele" ) , eq ( cognome , "Teti" ) );sort(-nome);limit(10,20)
ge(nome,"pi\ppo");limit(0,10)
2018-09-27 12:26:50 +02:00
eq(last_name,"TE\"%20/*TI")*/
ge ( nome, "hello world")
and ( eq ( nome , "Daniele" ) , eq ( cognome , "Teti" ) )
and ( eq ( nome , "Daniele" ) , eq ( cognome , "Teti" ) )
and ( eq ( nome , "Daniele" ) , eq ( cognome , "Teti" ) )
and ( eq ( nome , "Daniele" ) , eq ( cognome , "Teti" ) )
ge(nome,"")
ge(nome,"pi\ppo")
2018-09-28 13:01:46 +02:00
and(eq(nome,"Daniele"),eq(cognome,"Teti"),or(eq(field1,"Ciao"),eq(field2,"Mondo")));sort(+nome,-cognome)
2018-09-27 12:26:50 +02:00
sort(+nome)
and(eq(nome,"Daniele"),eq(cognome,"Teti"),or(eq(field1,"Ciao"),eq(field2,"Mondo")))
and(eq(nome,"Daniele"),eq(cognome,"Teti"), or(eq(field1,"Ciao"),eq(field2,"Mondo")))
and(eq(nome,"Daniele"),eq(cognome,"Teti"))
le(valore,4)
ge(nome,"pippo")
ne(nome,4)
eq(valore,4)
lt(valore,3)
eq(nome,"Daniele")