Ruby で次のクエリを使用しています。
mcuglist = Balsiebeltogenevaprodmapping.find_by_sql ["select * from master_cug_list where customer_ref = ? and product_seq = ? and end_date = ? and line_seq is null order by directory_number",bseq_11.customer_ref,bseq_11.product_seq,(accdtlmap.start_dat.to_date + 9).strftime('%Y-%m-%d')]
タイトルにあるエラーが表示されます: (full) year must be between -4713 and +9999, and not be 0
。
に渡す方法について何か考えはdate
ありfind_by_sql query
ますか?