2006-12-08

Re: Lets get some discussion going, everyone :).

Originally Posted By: Natengara23@gmail.com
Here's a cleaned up version of problem 10 that uses the same database i created for 9 On 12/8/06, Nathan G wrote: > > This solution requires you to first set up a database: > > CREATE DATABASE test; > use test > > CREATE TABLE count ( ip varchar(50), c int ); > > Then drop
'''Originally Posted By: Natengara23@gmail.com''' Here's a cleaned up version of problem 10 that uses the same database i created for 9 On 12/8/06, Nathan G wrote: > > This solution requires you to first set up a database: > > CREATE DATABASE test; > use test > > CREATE TABLE count ( ip varchar(50), c int ); > > Then drop
X