insert.sql
Upload User: xmjingguan
Upload Date: 2009-07-06
Package Size: 2054k
Code Size: 0k
Category:

android

Development Platform:

Java

  1. insert into mytable values(null, 'Steven King', '555-1212');
  2. insert into mytable values(null, 'John Smith', '555-2345');
  3. insert into mytable values(null, 'Fred Smitheizen', '555-4321');