首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网络技术 > 网络基础 >

rails里运用truncate table

2012-12-26 
rails里使用truncate tableActiveRecord::Base.connection.execute(TRUNCATE TABLE #{table_name})

rails里使用truncate table

ActiveRecord::Base.connection.execute("TRUNCATE TABLE #{table_name}")

热点排行