Code: Select all
create table thetable (name VARCHAR( 16 ) , rank TINYINT( 1 ) , UNIQUE ( name ) )btw, i am doing this through php and only showing the SQL command that is genereated...
Moderator: General Moderators
Code: Select all
create table thetable (name VARCHAR( 16 ) , rank TINYINT( 1 ) , UNIQUE ( name ) )Code: Select all
<?php
eregi_replace(" ","_", $query);
?>