search for: predict_value

Displaying 1 result from an estimated 1 matches for "predict_value".

2010 Aug 13
0
some helpful tips on using RODBC
...id my_foreign_key_id ID "bigint" "bigint" "varchar" barcode lane type "varchar" "int" "varchar" predict_value "float" Another thing I find handy is to pre-generate the primary key in the data table, since this is usually some unique numerical identifier, but otherwise just gibberish. Below I have written a wrapper function that works quite nicely for me, and that I hope others out...