![]() |
|< 1 2 >| | ![]() |
16 Einträge, 2 Seiten |
$sql = qq{create table $table_prefix topics (Name VARCHAR(20) not NULL)};
1
2
my $table = $table_prefix."topics";
$sql = qq{create table $table (Name VARCHAR(20) not NULL)};
QuoteYou have an error in your SQL syntax near 'topics (Name VARCHAR(20) not NULL
![]() |
|< 1 2 >| | ![]() |
16 Einträge, 2 Seiten |