Displaying 2 results from an estimated 2 matches for "my_foreign_key_id".
2006 Jan 17
2
How to run direct sql
How can i run and get the value from the following sql:
select avg(my_field) from my_table where which_year=''0506'' and
which_week <= 21 and my_foreign_key_id=10
cheers
--
Posted via http://www.ruby-forum.com/.
2010 Aug 13
0
some helpful tips on using RODBC
..."secret ingredient" here is varTypes : this is a named character vector
of data types, as said in many other threads. But done in this fashion
above, you're bound to have the types set up properly. E.g., varTypes might
look something like this:
>varTypes
my_primary_key_id my_foreign_key_id ID
"bigint" "bigint" "varchar"
barcode lane type
"varchar" "int" "varchar"
predict_value...