Recommend this page to a friend! |
Classes of Barton Phillips | > | PHP Site Class | > | examples/sqlite.sql | > | Download |
|
![]() |
create table members ( fname text, lname text ); insert into members (fname, lname) values('Big', 'Joe'),('Little', 'Joe'),('Barton','Phillips'),('Someone','Else'); |