Revision history of "Connecting and truncating a table in mysql"

Jump to: navigation, search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • (cur | prev) 13:51, 24 February 2016George2 (Talk | contribs). . (105 bytes) (+105). . (Created page with "Statement stTruncate = con.createStatement();<br> stTruncate.executeUpdate("truncate table tblName");<br>")