Displaying 2 results from an estimated 2 matches for "sometth".
Did you mean:
someth
2001 May 09
0
Samba 2.2 compiling problem
Hello,
Whenever I try to compile Samba 2.2, after some time it breaks and
sometthing like that shows up:
Compiling printing/print_cups.c
printing/print_cups.c:25: cups/cups.h: No such file or directory
printing/print_cups.c:26: cups/language.h: No such file or directory
make: *** [printing/print_cups.o] Error 1
Looks for me like something's missing in the sources.
How can I...
2006 Aug 06
1
How to query with calculations?
Hi,
I would like to do something simple yet I''m confused.
Lets say I have a table with 2 fields: rank, updated_at.
I would like to show all records matching this condition:
rank = rank ? (Time.now.to_time ? Updated_at.to_time)
As you can see this is supposed to be a calculation on the field.
How do I write a query to show this?
I''ve tried with_scope, and regular find but did not