search for: sql_3

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

Did you mean: sql3
2006 Feb 19
3
multi-sql problem?
hi all, how to excute multi sql statement in rails #------------------------------------------------------- sql_1 = ''drop table if exists test'' sql_2 = ''create temporary table test select * from test_1'' sql_3=''select * from test'' #------------------------------------------------------- any ideas all regards -- Posted via http://www.ruby-forum.com/.