By Obud on
code : $result = db_query_range("SELECT name FROM {users} WHERE LOWER(name) LIKE LOWER('%
%%s%%')", $string, 0, 10);
Would you like to help:
1. what is 'db_query_range' same code with 'pg_query' ?
2. thats 'name' = field_name ?
3. what is mean LIKE LOWER('%%%s%%') ?
thank you very much.
-Obud-